diff --git a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml index 5e83cd21..d5d251c1 100644 --- a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml @@ -188,12 +188,10 @@ #{item} - + and t.invoice_type = #{invoiceType} - + and t.invoice_status = #{invoiceStatus} @@ -223,26 +221,27 @@ and t.qs_type = #{qsfs} - + and t.payment_status = #{inAccountStatus} - - and t.posting_time = #{postingTime} + + and posting_time between #{postingTimeStart} and #{postingTimeEnd} - - and t.image_id = #{imageId} + + and t.image_id = #{imageNumber} and t.account_period = #{accountPeriod} - + and DATE_FORMAT(t.payment_date,'%Y-%m') = #{inAccountMonth} and t.invoice_source = #{invoiceSource} + + and t.sn_voucher_number = #{snVoucherNumber} +