@ -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,只查自己的草稿