监控单不展示已完成的
This commit is contained in:
parent
1910bf35b7
commit
73ab6aee98
|
|
@ -78,7 +78,7 @@
|
||||||
<include refid="selectOrderMasterMoreInfo"></include>
|
<include refid="selectOrderMasterMoreInfo"></include>
|
||||||
<where>
|
<where>
|
||||||
<if test="isMonitoredOrder">
|
<if test="isMonitoredOrder">
|
||||||
AND all_self_assigned = 0 AND om.order_status in (1,2,3,4,5)
|
AND all_self_assigned = 0 AND om.order_status in (1,2,3,4)
|
||||||
</if>
|
</if>
|
||||||
<if test="allSelfAssigned != null">
|
<if test="allSelfAssigned != null">
|
||||||
AND all_self_assigned = #{allSelfAssigned}
|
AND all_self_assigned = #{allSelfAssigned}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue