From 1cc237b65453c3b20d2023b052240ad631290846 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Thu, 11 May 2023 15:32:58 +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?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=B9=E4=BA=8E=E5=B7=B2=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E7=9A=84=E6=9F=A5=E8=AF=A2sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/DomesticExportInvoiceMapper.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportInvoiceMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportInvoiceMapper.xml index c8d33996..0c168334 100644 --- a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportInvoiceMapper.xml +++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportInvoiceMapper.xml @@ -352,10 +352,14 @@ and p.gf_tax_no = #{queryParams.gfsh} - + and p.rzh_yesorno = #{queryParams.rzhYesorno} + + and (p.rzh_yesorno = '1' or p.rzh_yesorno = '2') + + and p.bdk_status = #{queryParams.bdkStatus} @@ -436,10 +440,14 @@ and p.gf_tax_no = #{queryParams.gfsh} - + and p.rzh_yesorno = #{queryParams.rzhYesorno} + + and (p.rzh_yesorno = '1' or p.rzh_yesorno = '2') + + and p.bdk_status = #{queryParams.bdkStatus}