From 0cecd31d98b5235846b06aa16534a75f92a91e29 Mon Sep 17 00:00:00 2001 From: yefei Date: Tue, 20 Jun 2023 20:09:41 +0800 Subject: [PATCH] =?UTF-8?q?arieay=20=E5=A2=9E=E5=8A=A0=E5=B7=B2=E5=85=A5?= =?UTF-8?q?=E8=B4=A6=E7=8A=B6=E6=80=81=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index 21f528ab..e781c0a8 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -77,6 +77,7 @@ and t.rzh_yesorno = '0' and t.auth_status in('0','5','6') and t.export_mark = '0' + and t.inaccount_status = '1' and t.company = #{company} and t.invoice_status in ('0','7') @@ -133,10 +134,10 @@ and t.qs_status = #{qszt} - and t.bzdh = #{bzdh} and t.inaccount_status = '1' + and t.bzdh = #{bzdh} - and t.bzdh is not null and t.inaccount_status = '1' + and t.bzdh is not null and t.inaccount_status = #{inAccountStatus}