From ff10b90026bb4de4ed7ab0b63ef0823f8494bbb5 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 9 Jun 2024 11:17:11 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index de61d6a5c..dce9db3c2 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -544,7 +544,12 @@ - and a.bill_code not in( select m.bill_code from emis_tms_pack_dtl m where m.del_flag='0' ) + and a.bill_code not in( select etp.bill_code from emis_tms_pack_dtl etp where etp.del_flag='0' ) + + + + + and a.bill_code not in( select etb.bill_code from emis_tms_site_batch_dtl etb where etb.del_flag='0' )