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' )