From a31189f57706fa4ccdefdf7efec777099835dc89 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Wed, 30 Aug 2023 18:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=86=85=E9=94=80=E7=BC=B4=E6=AC=BE?= =?UTF-8?q?=E4=B9=A6=E6=9F=A5=E8=AF=A2=E8=AE=A4=E8=AF=81=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/DomesticExportCustomsMapper.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml index a6aa5559..ea3a2251 100644 --- a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml +++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml @@ -1027,7 +1027,14 @@ - and p.rzh_yesorno = #{queryParams.rzhYesorno} + + + and p.rzh_yesorno in ('1','2') + + + and p.rzh_yesorno = #{queryParams.rzhYesorno} + +