From d35b500d4e2bc2ea260f684ca9dfa5726a78de24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=E6=98=8E=E6=85=A7?= <1191093413@qq.com> Date: Fri, 1 Dec 2023 16:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=BA=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=BA6=E7=9A=84?= 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 d37d8305..c2996927 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -130,7 +130,7 @@ and t.qs_status = #{qszt} - and t.auth_status = #{rzzt} + and t.auth_status in ('1','2') and (t.auth_status = '2' or t.auth_status = '3') @@ -452,7 +452,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')