From f1c1d5b90efda2d20a3b622ac35719e8352ca08f Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Thu, 11 May 2023 17:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mapper=E6=96=87=E4=BB=B6?= 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}