From 3647aa5008055528f075ee73002542a1399575ae Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 19 三月 2025 14:45:39 +0800 Subject: [PATCH] 单点登录调整 --- ruoyi-system/src/main/resources/mapper/system/UserMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml index cc58d84..43ec637 100644 --- a/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/UserMapper.xml @@ -120,7 +120,7 @@ FIND_IN_SET(dl.id,u.depart_lims_id) where dl.name in('閫氫俊浜у搧瀹為獙瀹�','鐢靛姏浜у搧瀹為獙瀹�','妫�娴嬪姙') - and u.status = 1 + and u.state = 1 and u.is_custom = 0 <if test="laboratory!='' and laboratory!=null"> and (dl.name = #{laboratory} or dl.name='妫�娴嬪姙') -- Gitblit v1.9.3