From a2319112edffbdb9b8ccaca1dd36b27e539265d1 Mon Sep 17 00:00:00 2001 From: yefei Date: Tue, 20 Jun 2023 19:35:49 +0800 Subject: [PATCH] =?UTF-8?q?arieay=20=E4=B8=80=E9=94=AE=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A8=8E=E7=8E=87=E6=9D=A1=E4=BB=B6=20&=20?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E6=9F=A5=E8=AF=A2=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=AE=A4=E8=AF=81=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index 893bd738..33ad4f83 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -1094,10 +1094,10 @@ and t.bzr like concat('%',#{bzr},'%') - and t.bzdh is not null and t.inaccount_status = '1' + and t.bzdh = #{bzdh} - and t.bzdh = #{bzdh} + and t.bzdh is not null and t.inaccount_status = '1' and t.inaccount_status = #{inAccountStatus}