liding
2025-05-15 56d1596d35e5de788c09f7a14e33a720a932c76e
src/main/java/com/ruoyi/project/system/mapper/SysRoleMapper.java
@@ -39,7 +39,7 @@
     * @param userId 用户ID
     * @return 选中角色ID列表
     */
    public List<Integer> selectRoleListByUserId(Long userId);
    public List<Long> selectRoleListByUserId(Long userId);
    /**
     * 通过角色ID查询角色