demand: tms-运输管理-货物组批次-新增/修改组批次校验件数、重量体积时只校验运输号相同的 tms-运输管理-货物组批次-查询批次详情接口-查询运单剩余件数、重量、体积时只查询运输号相同的

This commit is contained in:
aike 2025-12-12 11:11:07 +08:00
parent 7de119b530
commit 4d2ac65d80

View File

@ -583,7 +583,7 @@
and d.bill_code = #{billCode}
and b.del_flag = '0'
and d.del_flag = '0'
and d.waybill_batch_status != '2'
-- 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,