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 0d4d94a7..2ff8e0db 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,9 +133,9 @@ public class ExtAddTaxInvoice implements Serializable { private String collectDate; private String collectFrom; - private String voucherNumber; + private String snVoucherNumber; private String postingTime; - private String imageId; + private String imageNumber; private String accountPeriod; private String compCode; } 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 ee251aa9..fdf47a99 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.voucher_number = #{voucherNumber} + + and t.sn_voucher_number = #{snVoucherNumber} and t.posting_time = #{postingTime} - - and t.image_id = #{imageId} + + and t.image_id = #{imageNumber} and t.account_period = #{accountPeriod} @@ -450,8 +450,8 @@ ,t.incentive_flag incentiveFlag ,t.system_name systemName - ,t.voucher_no voucherNumber - ,t.image_id imageId + ,t.sn_voucher_number snVoucherNumber + ,t.image_id imageNumber ,t.account_period accountPeriod ,t.posting_time postingTime from t_dx_sale_record_invoice t @@ -517,8 +517,8 @@ and t.posting_time = #{postingTime} - - and t.image_id = #{imageId} + + and t.image_id = #{imageNumber} and t.account_period = #{accountPeriod}