From f4eb8b10e43dcbc08aeabee67ff3e428c445b96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Tue, 12 Dec 2023 11:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=BA=E6=9C=AA=E8=AE=A4=E8=AF=81=E7=9A=84=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml | 2 +- dxhy-core/src/main/resources/mapper/FpZhMapper.xml | 2 +- 2 files 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 4bad8a0d..bb71ff86 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -131,7 +131,7 @@ and t.qs_status = #{qszt} - and t.auth_status = #{rzzt} + and t.auth_status in ('0','6') and (t.auth_status = '2' or t.auth_status = '3') diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml index 0eeba763..858c2145 100644 --- a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml +++ b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml @@ -613,7 +613,7 @@ and t.bzr like concat('%',#{bzr},'%') - and t.auth_status in ('1','6') + and t.auth_status in ('0','6') and (t.auth_status = '2' or t.auth_status = '3')