From be17c5c11c98ea13c3e6823d953d993f1dd30036 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期六, 15 三月 2025 11:15:22 +0800 Subject: [PATCH] 添加rabbitmq配置 --- 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