|
|
@@ -1138,7 +1138,7 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="specially == 4">
|
|
|
- and a.process_status in (3,6,7,8,99)
|
|
|
+ and a.process_status in(3,6,7,8,99)
|
|
|
and a.order_status in(1,2,3,4,6)
|
|
|
</if>
|
|
|
<if test="deps!=null">
|