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}