From 323d6737929b1944d06a54ebe61c346a1affed23 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 18 Feb 2025 14:56:52 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 1e93c6d83..c0132b0d3 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1853,10 +1853,12 @@ and a.send_site_code=#{params.privSiteCode} and a.current_site_code=#{params.privSiteCode} - - and a.bill_code not in( select etb.bill_code from emis_tms_site_batch_dtl etb where etb.del_flag='0' ) - and bl_sign!='1' and waybill_status!='40' + + and a.bill_code=#{billCode}