From e518ed77fe2483324c1ba5a4cea0e6ad1ac4cc5a Mon Sep 17 00:00:00 2001 From: yefei Date: Thu, 24 Aug 2023 14:45:56 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=87=BA=E5=8F=A3=E8=BD=AC=E5=86=85?= =?UTF-8?q?=E9=94=80=E8=8F=9C=E5=8D=95=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml | 2 +- dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml b/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml index f00647bd..d61790e2 100644 --- a/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml +++ b/dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml @@ -189,7 +189,7 @@ - and p.comp_code = #{queryParams.companyCode} + and (p.comp_code = #{queryParams.companyCode} or p.comp_code = '' or p.comp_code is null) diff --git a/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml b/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml index 935f7cfe..da0a12be 100644 --- a/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml +++ b/dxhy-core/src/main/resources/mapper/TDxExportInvoiceDao.xml @@ -74,7 +74,7 @@ p.confirm_user as confirmUser, p.rzh_belong_date as rzhBelongDate, p.cxbdk_status as cxbdkStatus, - p.cxrz_status as cxrzStatus + p.cxrz_status as cxrzStatus, p.sn_voucher_number as snVoucherNumber, p.posting_time as postingTime, p.image_id as imageId,