From 2ec3a7a2184854e7f2b53f078ac3bce10094928b Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Wed, 17 May 2023 17:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=80=E9=A1=B9=E7=A5=A8?= =?UTF-8?q?=E6=B1=A0=E5=AF=BC=E5=87=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ExtPaperMapper.xml | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml b/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml index 06e7b599..fdfa6ec0 100644 --- a/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml +++ b/dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml @@ -387,8 +387,30 @@ and t.list_status = #{listMark} - - and t.payment_status = #{inAccountStatus} + + and t.inaccount_status = #{inAccountStatus} + + + and (t.inaccount_status = '' or t.inaccount_status is null or t.inaccount_status = '0') + + + and t.sn_voucher_number = #{snVoucherNumber} + + + + and t.posting_time between #{postingTimeStart} and #{postingTimeEnd} + + + + and t.bzdh = #{bzdh} + + + + and t.account_period = #{accountPeriod} + + + + and t.image_id = #{imageNumber} and DATE_FORMAT(t.payment_date,'%Y-%m') = #{inAccountMonth}