ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -63,6 +63,8 @@ <select id="selectRoleAll" resultMap="SysRoleResult"> <include refid="selectRoleVo"/> WHERE r.del_flag = '0' order by r.role_sort </select> <select id="selectRoleListByUserId" parameterType="Long" resultType="Long">