|
|
@@ -373,13 +373,10 @@
|
|
|
where 1=1
|
|
|
<if test="superShiro ==1">
|
|
|
and a.process_status>0
|
|
|
- <if test=" aid !=null">
|
|
|
- and a.aid= #{aid}
|
|
|
- </if>
|
|
|
</if>
|
|
|
- <if test="processStatus ==0">
|
|
|
+ <if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
- </if>
|
|
|
+ </if>
|
|
|
<if test="processStatus ==1">
|
|
|
and a.process_status>0
|
|
|
<if test="examineStatus ==0">
|
|
|
@@ -428,11 +425,8 @@
|
|
|
where 1=1
|
|
|
<if test="superShiro ==1">
|
|
|
and a.process_status>0
|
|
|
- <if test=" aid !=null">
|
|
|
- and a.aid= #{aid}
|
|
|
- </if>
|
|
|
</if>
|
|
|
- <if test="processStatus ==0">
|
|
|
+ <if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
</if>
|
|
|
<if test="processStatus ==1">
|
|
|
@@ -479,11 +473,9 @@
|
|
|
where 1=1
|
|
|
<if test="superShiro ==1">
|
|
|
and a.process_status>0
|
|
|
- <if test=" aid !=null">
|
|
|
- and a.aid= #{aid}
|
|
|
- </if>
|
|
|
+
|
|
|
</if>
|
|
|
- <if test="processStatus ==0">
|
|
|
+ <if test=" aid !=null">
|
|
|
and a.aid= #{aid}
|
|
|
</if>
|
|
|
<if test="processStatus ==1">
|