|
|
@@ -371,7 +371,7 @@
|
|
|
where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
|
|
|
</if>
|
|
|
where 1=1
|
|
|
- <if test="superShiro ==2">
|
|
|
+ <if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|
|
|
@@ -426,7 +426,7 @@
|
|
|
where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
|
|
|
</if>
|
|
|
where 1=1
|
|
|
- <if test="superShiro ==2">
|
|
|
+ <if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|
|
|
@@ -477,7 +477,7 @@
|
|
|
where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
|
|
|
</if>
|
|
|
where 1=1
|
|
|
- <if test="superShiro ==2">
|
|
|
+ <if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|