|
|
@@ -373,6 +373,12 @@
|
|
|
where 1=1
|
|
|
<if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
+ <if test="examineStatus ==0">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
+ <if test="examineStatus ==1">
|
|
|
+ and a.status=2
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
@@ -428,6 +434,12 @@
|
|
|
where 1=1
|
|
|
<if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
+ <if test="examineStatus ==0">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
+ <if test="examineStatus ==1">
|
|
|
+ and a.status=2
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
@@ -479,6 +491,12 @@
|
|
|
where 1=1
|
|
|
<if test="processStatus ==2">
|
|
|
and a.process_status>0
|
|
|
+ <if test="examineStatus ==0">
|
|
|
+ and a.status=1
|
|
|
+ </if>
|
|
|
+ <if test="examineStatus ==1">
|
|
|
+ and a.status=2
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|