From 2e737073c809c235a2be3809085f34e2063a34e6 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 28 Nov 2024 10:34:50 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 32584abc4..7063d9777 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1281,7 +1281,6 @@ select etsbd.bill_code from emis_tms_site_batch_dtl etsbd,emis_tms_site_batch etsb where etsbd.batch_no=etsb.batch_no and etsbd.del_flag='0' and etsb.del_flag='0' and etsb.batch_type=#{params.batchType} ) - and bl_sign!='1' and waybill_status!='40'