From 1864611d52e1109ed9688fc270b8d8f24c06d919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Mon, 11 Dec 2023 09:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=B7=A5=E8=AE=A4=E8=AF=81=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=9C=AA=E8=AE=A4=E8=AF=81=E6=B7=BB=E5=8A=A0=E5=B7=B2?= =?UTF-8?q?=E6=92=A4=E9=94=80=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-core/src/main/resources/mapper/FpZhMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dxhy-core/src/main/resources/mapper/FpZhMapper.xml b/dxhy-core/src/main/resources/mapper/FpZhMapper.xml index 7e6fff41..d7c73271 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 = #{rzzt} + and t.auth_status in ('1','2') and (t.auth_status = '2' or t.auth_status = '3')