From 61b5e2d16f2f8f8471463f335849e94cef6b024f Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 8 Jun 2024 21:03:11 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 8b103d1d9..f7587be7a 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -535,19 +535,14 @@ and a.create_time #{params.endCreateTime} - + and a.estimate_date now() and bl_sign!='1' - - - - + and a.bl_print=#{params.printFlag} - - and a.bill_code not in( select m.bill_code from emis_tms_pack_dtl m where m.del_flag='0' )