huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
pt-system/src/main/resources/mapper/system/SysUserRoleMapper.xml
@@ -19,6 +19,9 @@
   <select id="selectRoleByUserId" resultType="com.ruoyi.common.core.domain.entity.SysRole">
      select * from sys_user_role where user_id=#{userId}
   </select>
   <select id="selectUserIdByRoleId" resultType="com.ruoyi.system.domain.SysUserRole">
      select * from sys_user_role where role_id=#{roleId}
   </select>
   <delete id="deleteUserRole" parameterType="Long">
       delete from sys_user_role where user_id in