From 870a935903b68083d654511e62a25a1c66154f50 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Mon, 24 Apr 2023 22:25:03 +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 --- .../java/com/dxhy/extend/entity/ExtAddTaxInvoice.java | 2 +- .../extend/service/pool/ExtInvoicePoolServiceImpl.java | 2 +- .../src/main/resources/mapper/ExtInvoicePoolMapper.xml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/entity/ExtAddTaxInvoice.java b/dxhy-extend/src/main/java/com/dxhy/extend/entity/ExtAddTaxInvoice.java index 44ee1da8..0d4d94a7 100644 --- a/dxhy-extend/src/main/java/com/dxhy/extend/entity/ExtAddTaxInvoice.java +++ b/dxhy-extend/src/main/java/com/dxhy/extend/entity/ExtAddTaxInvoice.java @@ -133,7 +133,7 @@ public class ExtAddTaxInvoice implements Serializable { private String collectDate; private String collectFrom; - private String snVoucherNumber; + private String voucherNumber; private String postingTime; private String imageId; private String accountPeriod; diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java b/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java index cb5ac891..ee251aa9 100644 --- a/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java +++ b/dxhy-extend/src/main/java/com/dxhy/extend/service/pool/ExtInvoicePoolServiceImpl.java @@ -290,7 +290,7 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl and t.invoice_source = #{invoiceSource} - - and t.sn_voucher_number = #{snVoucherNumber} + + and t.voucher_number = #{voucherNumber} and t.posting_time = #{postingTime} @@ -450,7 +450,7 @@ ,t.incentive_flag incentiveFlag ,t.system_name systemName - ,t.sn_voucher_number snVoucherNumber + ,t.voucher_no voucherNumber ,t.image_id imageId ,t.account_period accountPeriod ,t.posting_time postingTime @@ -511,8 +511,8 @@ and t.invoice_source = #{invoiceSource} - - and t.sn_voucher_number = #{snVoucherNumber} + + and t.voucher_no = #{voucherNo} and t.posting_time = #{postingTime}