From 37340c1d4d3dce2b525688ed327b3acde4099140 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 16 Nov 2024 13:39:12 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index d8980a247..9f97937de 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1278,8 +1278,8 @@ and a.bill_code not in( - select etb.bill_code from emis_tms_site_batch_dtl etsbt,emis_tms_site_batch etsb - where etsbt.batch_no=etsb.batch_no and etsbt.del_flag='0' and etsb.del_flag='0' and etsb.batch_type=#{params.batchType} + 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'