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} + )