监控单不展示已完成的

This commit is contained in:
donqi 2022-12-02 02:18:09 +08:00
parent 1910bf35b7
commit 73ab6aee98
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<include refid="selectOrderMasterMoreInfo"></include>
<where>
<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 test="allSelfAssigned != null">
AND all_self_assigned = #{allSelfAssigned}