|
@@ -903,11 +903,11 @@
|
|
|
<if test="roleType ==3">
|
|
<if test="roleType ==3">
|
|
|
<if test="listStatus ==0">
|
|
<if test="listStatus ==0">
|
|
|
and b.process_status in (3,4,8) and b.status=1
|
|
and b.process_status in (3,4,8) and b.status=1
|
|
|
- and (b.process_status =eae.type or b.process_status=8)
|
|
|
|
|
|
|
+ and b.process_status =eae.type
|
|
|
</if>
|
|
</if>
|
|
|
<if test="listStatus ==1">
|
|
<if test="listStatus ==1">
|
|
|
and b.process_status > 3
|
|
and b.process_status > 3
|
|
|
- and ((b.process_status > eae.type and b.process_status > 8) or (b.process_status =8 and b.status=2))
|
|
|
|
|
|
|
+ and ((b.process_status > eae.type ) or (b.process_status =8 and b.status=2))
|
|
|
</if>
|
|
</if>
|
|
|
</if>
|
|
</if>
|
|
|
</if>
|
|
</if>
|