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