报工+批次可以重复+其它细节功能改善3

master
zhaoxiaolin 10 months ago
parent 29c2ca8448
commit 26ab01f44c

@ -546,7 +546,7 @@
<select id="checkBatchCodes" resultType="java.lang.String"> <select id="checkBatchCodes" resultType="java.lang.String">
select distinct batch_code select distinct batch_code
from pro_order_workorder_batch from pro_order_workorder_batch
where del_flag='1' and batch_code in where del_flag='0' and batch_code in
<foreach item="batch" collection="batchs" open="(" separator="," close=")"> <foreach item="batch" collection="batchs" open="(" separator="," close=")">
#{batch.batchCode} #{batch.batchCode}
</foreach> </foreach>

Loading…
Cancel
Save