添加项目

This commit is contained in:
YY
2025-07-14 13:21:40 +08:00
parent 3798126f83
commit e0f14aa4bf
21 changed files with 150 additions and 81 deletions

View File

@ -227,6 +227,7 @@
when cat.status = 2 then '已结束' end as statusName
FROM cosco_annualreview_task cat
<where>
and cat.del_flag = 'normal'
<if test="vo.annualreviewTheme != null and vo.annualreviewTheme != ''">
and cat.annualreview_theme like concat('%',#{vo.annualreviewTheme},'%')
</if>

View File

@ -228,6 +228,7 @@
)
as themeName
FROM cosco_blacklist cb
where cb.del_falg = 'normal'
order by cb.create_time desc
</select>

View File

@ -241,6 +241,7 @@
cosco_category_library_supplier_apply cclsa ON ccls.category_library_supplier_apply_id = cclsa.id
AND cclsa.approve_status = 1
<where>
and ccl.del_flag = 'normal'
<if test="vo.name!=null and vo.name!=''">
AND ccl.name LIKE CONCAT('%',#{vo.name},'%')
</if>