Browse Source

0412更新

master
ruanqi 1 year ago
parent
commit
26a1b1fea1
  1. 4
      src/main/resources/mapper/production/DailyPlanMapper.xml

4
src/main/resources/mapper/production/DailyPlanMapper.xml

@ -943,7 +943,9 @@
AND a.partNo like #{query.partNo}
</if>
<if test="query.orderRef1 != null and query.orderRef1 != ''">
AND a.orderRef1 LIKE #{query.orderRef1}
</if>
<if test="query.taskNo != null and query.taskNo != ''">
AND a.taskNo LIKE #{query.taskNo}
</if>

Loading…
Cancel
Save