RuoYi
2022-10-30 abe6742a7aa97daad2e95d25684fceb4a9b0f100
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查询角色