demand: tms-运输管理-货物组批次-分批进仓逻辑优化

This commit is contained in:
aike 2025-12-08 16:40:00 +08:00
parent 439c4cd055
commit 99aa99aedc

View File

@ -576,6 +576,7 @@
and d.bill_code = #{billCode}
and b.del_flag = '0'
and d.del_flag = '0'
and d.waybill_batch_status != '2'
<if test="id != null">AND d.id != #{id}</if>
group by b.id, b.batch_no, b.batch_name, b.batch_date, b.supplier_code, b.trans_line_type,
b.product_type, b.batch_type, b.trans_type, b.start_site_code, b.send_country,