demand: TMS-运输管理-漏组批次扫描-针对分批组批次判断不准确问题修复 运单总运费计算支持选择多个产品类型

committer: heyu
This commit is contained in:
aike 2025-08-20 17:27:19 +08:00
parent ed9a360929
commit 8cce2fa7f4

View File

@ -3851,7 +3851,6 @@
and ((a.virtual_remark is null or a.virtual_remark = '' or a.virtual_remark = ' ')or a.receive_country !=
'0095')
and a.order_status not in ('0','2')
and a.bill_code='T7080300154556'
and not exists (
select 1 from emis_waybill_batch_status b where a.bill_code = b.bill_code and b.site_batch_status = '1' and b.del_flag = '0'
)