From 6798d649931635f6fc3cf4cbe57e036baa2832a0 Mon Sep 17 00:00:00 2001 From: hejinbo Date: Thu, 23 Nov 2023 17:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index b34d094..3151e54 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -285,7 +285,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT u.* FROM sys_user u INNER JOIN sys_user_role ur ON u.user_id = ur.user_id INNER JOIN sys_dept d ON u.dept_id = d.dept_id - WHERE upr.role_id = #{roleId} AND d.dept_id = #{deptId}; + WHERE ur.role_id = #{roleId} AND d.dept_id = #{deptId}; \ No newline at end of file -- 2.54.0