|
|
@@ -1744,7 +1744,7 @@
|
|
|
</if>
|
|
|
where b.delete_sign in (0,2) and b.approval in (0,1,2)
|
|
|
<if test="shiroType ==0">
|
|
|
- and a.process_status in (0,1,2,3)
|
|
|
+ and a.process_status in (1,2,3,4)
|
|
|
</if>
|
|
|
<if test="shiroType ==1">
|
|
|
and a.process_status in (1,2,3,4)
|
|
|
@@ -1815,7 +1815,7 @@
|
|
|
</if>
|
|
|
where b.delete_sign in (0,2) and b.approval in (0,1,2)
|
|
|
<if test="shiroType ==0">
|
|
|
- and a.process_status in (0,1,2,3)
|
|
|
+ and a.process_status in (1,2,3,4)
|
|
|
</if>
|
|
|
<if test="shiroType ==1">
|
|
|
and a.process_status in (1,2,3,4)
|