bugfix:修复撤回中不生效的问题

release_1.0.0
liu 10 months ago
parent 9c99d93488
commit 0aaf410670

@ -46,8 +46,8 @@
where 1 = 1
<choose>
<when test="status == null">
-- 如果为空,是查全部通过的,不分人(驳回的删除和撤回,其实也属于正常上线的)
and ( status = 2 or status = 16 or status = 17 )
-- 如果为空,是查全部通过的,不分人(驳回的删除和撤回审核中的,其实也属于正常上线的)
and ( status in (2 , 16 , 17 , 11 , 12) )
</when>
<when test="status == 1">
-- 如果是1,只查自己的草稿

Loading…
Cancel
Save