From d05ba71f25cf2fbc3171d9b11286cae3dcbf66a8 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Mon, 1 Dec 2025 17:35:39 +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 cf6bc67..c6176e1 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserRoleMapper.xml @@ -27,7 +27,7 @@ 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 = '2') + where (u.status = '0' and u.del_flag = '0')