|
|
@ -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>
|
|
|
|