From 96d610f91848e7316135f3887a0411443da5c1d0 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Mon, 1 Dec 2025 17:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A6=81=E7=94=A8=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=8D=E8=A2=AB=E8=80=83=E5=8B=A4=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A3=80=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysUserRoleMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml index 76464d6..597852e 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml @@ -24,7 +24,7 @@ select u.user_id from sys_user u inner join sys_user_role sur on u.user_id = sur.user_id and sur.role_id != #{roleId} - where (u.status='0' or u.del_flag != '0') + where (u.status='0' or u.del_flag = '2')