diff --git a/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml b/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml index df56454c0..80f710b37 100644 --- a/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWarehouseInMapper.xml @@ -265,6 +265,22 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and ewb.send_site_code=#{params.sendSiteCode} + + + and ewb.send_country=#{params.sendCountry} + + + + and ewb.receive_country=#{params.receiveCountry} + + + + and ewb.trans_line_type=#{params.transLineType} + + + + and ewb.product_type=#{params.productType} + ) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 57c1ddf09..9f3bf713f 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -1075,6 +1075,13 @@ and a.order_date #{params.endOrderDate} + + and a.pick_start_date = ]]> #{params.beginPickStartDate} + + + and a.pick_start_date #{params.endPickStartDate} + + and a.payee=#{payee} @@ -3858,8 +3865,11 @@