Browse Source

0412更新

master
ruanqi 2 years ago
parent
commit
5a128650e5
  1. 2
      src/main/resources/mapper/production/SoScheduledListMapper.xml

2
src/main/resources/mapper/production/SoScheduledListMapper.xml

@ -199,7 +199,7 @@
and site=#{site}
</if>
<if test="orderNo != null and orderNo != ''">
and a.orderNo=#{orderNo}
and a.orderNo like #{orderNo}
</if>
<if test="closedFlag != null and closedFlag != ''">
and a.status != '已关闭'

Loading…
Cancel
Save