From 79227c241d2b4baed211e6e1cf02d9635791282a Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Tue, 29 Jul 2025 16:39:19 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20=20TMS=E7=B3=BB=E7=BB=9F=20-?=
=?UTF-8?q?=20=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=20-=20=E8=BF=9B?=
=?UTF-8?q?=E4=BB=93=E5=AF=B9=E8=B4=A7=20-=20=E6=96=B0=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=20=E6=9F=A5=E8=AF=A2=E2=80=9C=E5=AF=84=E4=BB=B6=E5=9B=BD?=
=?UTF-8?q?=E5=AE=B6=E3=80=81=E6=94=B6=E8=B4=A7=E5=9B=BD=E5=AE=B6=E3=80=81?=
=?UTF-8?q?=E7=BA=BF=E8=B7=AF=E3=80=81=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E2=80=9D=20committer:=20heyu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/EmisWarehouseInMapper.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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}
+
)