From eb8e9598bfde3fdcb18d21b214ddcdaa023b16b5 Mon Sep 17 00:00:00 2001
From: yishiqihuasheng <1191093413@qq.com>
Date: Wed, 19 Apr 2023 14:51:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E6=89=93?=
=?UTF-8?q?=E5=8D=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/ExtInvoicePoolMapper.xml | 23 +++++++++----------
1 file changed, 11 insertions(+), 12 deletions(-)
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}
+