|
@@ -1119,6 +1119,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="specially == 1">
|
|
<if test="specially == 1">
|
|
|
and a.process_status =1 and a.order_status=1
|
|
and a.process_status =1 and a.order_status=1
|
|
|
|
|
+ and c.department_id=(select department_id from admin where id= #{aid,jdbcType=VARCHAR})
|
|
|
</if>
|
|
</if>
|
|
|
<if test="specially == 2">
|
|
<if test="specially == 2">
|
|
|
and a.order_status in(3,5)
|
|
and a.order_status in(3,5)
|
|
@@ -1183,6 +1184,7 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="specially == 1">
|
|
<if test="specially == 1">
|
|
|
and a.process_status =1 and a.order_status=1
|
|
and a.process_status =1 and a.order_status=1
|
|
|
|
|
+ and c.department_id=(select department_id from admin where id= #{aid,jdbcType=VARCHAR})
|
|
|
</if>
|
|
</if>
|
|
|
<if test="specially == 2">
|
|
<if test="specially == 2">
|
|
|
and a.order_status in(3,5)
|
|
and a.order_status in(3,5)
|