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}