RuoYi
2022-11-22 27acbe5b73794e7d703c6a3c7fc34b961c26da4a
ruoyi-system/src/main/java/com/ruoyi/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查询角色