添加项目
This commit is contained in:
@ -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>
|
||||
|
@ -228,6 +228,7 @@
|
||||
)
|
||||
as themeName
|
||||
FROM cosco_blacklist cb
|
||||
where cb.del_falg = 'normal'
|
||||
order by cb.create_time desc
|
||||
</select>
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user