From fefd9570ab60379fe5b2940d1994f1da54c503ee Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Thu, 11 May 2023 17:23:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=8F=A3=E8=BD=AC?=
=?UTF-8?q?=E5=86=85=E9=94=80=E8=AE=A4=E8=AF=81=E6=9F=A5=E8=AF=A2mapper?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/DomesticExportCustomsMapper.xml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml
index 880bcd20..fba0ac57 100644
--- a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml
+++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml
@@ -359,10 +359,14 @@
and p.glzt = #{queryParams.glzt}
-
+
and p.rzh_yesorno = #{queryParams.rzhYesorno}
+
+ and (p.rzh_yesorno = '1' or p.rzh_yesorno = '2')
+
+
and p.bdk_status = #{queryParams.bdkStatus}
@@ -463,10 +467,14 @@
and p.glzt = #{queryParams.glzt}
-
+
and p.rzh_yesorno = #{queryParams.rzhYesorno}
+
+ and (p.rzh_yesorno = '1' and p.rzh_yesorno = '2')
+
+
and p.bdk_status = #{queryParams.bdkStatus}