mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-02 14:33:45 +08:00
feat: 全局格式化代码
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
<mapper namespace="org.ruoyi.system.mapper.SysUserRoleMapper">
|
||||
|
||||
<select id="selectUserIdsByRoleId" resultType="Long">
|
||||
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}
|
||||
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}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user