diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 817d978..48d1dba 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -460,32 +460,6 @@ and a.user_id = #{userId} - - - and a.waybill_status='0' and a.order_status='0' - - - - and a.waybill_status!='0' and a.order_status='1' - - - - and a.waybill_status!='0' - - - - - - - - - and a.bl_sign='1' - - - - and a.bl_sign!='1' - - and a.customer_code=#{customerCode} @@ -501,10 +475,6 @@ and a.payment_status='0' - - - - and not exists( select 1 from emis_waybill_problem_info ewpi where a.bill_code=ewpi.bill_code and ewpi.del_flag='0' and ewpi.`problem_type` !=null and ewpi.`problem_type` in(173,170,151) ) @@ -516,7 +486,6 @@ and a.send_date #{params.endDate} - and a.send_date = ]]> #{params.beginSendDate}