From f244ca1794bd0076493957dd28d4a3fc2f02ceca Mon Sep 17 00:00:00 2001 From: yefei Date: Tue, 25 Apr 2023 12:52:58 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E4=BF=AE=E6=94=B9=E5=87=BA=E5=8F=A3?= =?UTF-8?q?=E8=BD=AC=E5=86=85=E9=94=80=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/CustomsRecordMapper.xml | 48 +++++++++---------- .../mapper/DomesticExportCustomsMapper.xml | 6 +-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dxhy-customs/src/main/resources/mapper/CustomsRecordMapper.xml b/dxhy-customs/src/main/resources/mapper/CustomsRecordMapper.xml index 07cf8e3a..684414fb 100644 --- a/dxhy-customs/src/main/resources/mapper/CustomsRecordMapper.xml +++ b/dxhy-customs/src/main/resources/mapper/CustomsRecordMapper.xml @@ -284,13 +284,13 @@ and p.bzdh = #{queryParams.bzdh} - - and p.inaccount_status = #{queryParams.inAccountStatus} - + + + - - and p.sn_voucher_number = #{queryParams.snVoucherNumber} - + + + and p.posting_time between #{queryParams.postingTimeStart} and #{queryParams.postingTimeEnd} @@ -385,13 +385,13 @@ and p.bzdh = #{queryParams.bzdh} - - and p.inaccount_status = #{queryParams.inAccountStatus} - + + + - - and p.sn_voucher_number = #{queryParams.snVoucherNumber} - + + + and p.posting_time between #{queryParams.postingTimeStart} and #{queryParams.postingTimeEnd} @@ -409,9 +409,9 @@ and p.bzdh = #{bzdh} - - and p.inaccount_status = #{inaccountStatus} - + + + and p.customs_code = #{queryParams.customsCode} @@ -879,9 +879,9 @@ and p.inaccount_status = #{queryParams.inAccountStatus} - - and p.sn_voucher_number = #{queryParams.snVoucherNumber} - + + + and p.posting_time between #{queryParams.postingTimeStart} and #{queryParams.postingTimeEnd} @@ -1114,12 +1114,12 @@ and p.bzdh = #{queryParams.bzdh} - - and p.inaccount_status = #{queryParams.inAccountStatus} - - - and p.sn_voucher_number = #{queryParams.snVoucherNumber} - + + + + + + and p.posting_time between #{queryParams.postingTimeStart} and #{queryParams.postingTimeEnd} diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml index 69e5a4c0..18941f74 100644 --- a/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml +++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticExportCustomsMapper.xml @@ -425,9 +425,9 @@ - - and p.inaccount_status = #{inAccountStatus} - + + + and p.gf_tax_no = #{queryParams.gfsh}