diff --git a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml index 0f33964b..c998d329 100644 --- a/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml @@ -337,17 +337,29 @@ AND qs_type = #{qsfs} + + + - and t.sn_voucher_number = #{snVoucherNumber} + and sn_voucher_number = #{snVoucherNumber} + + + - and t.posting_time = #{postingTime} + and posting_time = #{postingTime} + + + - and t.image_id = #{imageId} + and image_id = #{imageId} + + + - and t.account_period = #{accountPeriod} + and account_period = #{accountPeriod} GROUP BY uuid having min(create_date) ORDER BY create_date DESC