|
|
@@ -1111,13 +1111,13 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
and a.process_status = 3
|
|
|
</if>
|
|
|
<if test="distribution == 1">
|
|
|
- and a.process_status = 6
|
|
|
+ and a.process_status = 5
|
|
|
</if>
|
|
|
<if test="distribution == 2">
|
|
|
- and a.process_status = 7
|
|
|
+ and a.process_status = 6
|
|
|
</if>
|
|
|
<if test="distribution == 3">
|
|
|
- and a.process_status = 8
|
|
|
+ and a.process_status = 7
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
and b.nickname like CONCAT('%',#{name,jdbcType=VARCHAR},'%')
|