From 7e03e0198f3cf2475af5216b520e2ada68ad5eb3 Mon Sep 17 00:00:00 2001 From: yishiqihuasheng <1191093413@qq.com> Date: Wed, 17 May 2023 15:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=92=8C=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pool/ExtInvoicePoolServiceImpl.java | 8 ++++---- .../resources/mapper/ExtInvoicePoolMapper.xml | 20 +++++++++++++++---- 2 files changed, 20 insertions(+), 8 deletions(-) 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 a4aa075b..d6c9b596 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 @@ -158,10 +158,10 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '0' or t.inaccount_status = '' or t.inaccount_status is null) + and t.bzdh = #{bzdh} @@ -260,9 +263,12 @@ and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '0' or t.inaccount_status = '' or t.inaccount_status is null) + and t.bzdh = #{bzdh} @@ -539,9 +545,12 @@ and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '' or t.inaccount_status is null or t.inaccount_status = '0') + and t.bzdh = #{bzdh} @@ -648,9 +657,12 @@ and t.account_period = #{accountPeriod} - + and t.inaccount_status = #{inAccountStatus} + + and (t.inaccount_status = '' or t.inaccount_status is null or t.inaccount_status = '0') + and t.bzdh = #{bzdh}