RuoYi
2021-11-16 eb76d5a4d03d0069afbc9e4c7086f4e98967b93c
src/main/java/com/ruoyi/project/system/service/impl/SysRoleServiceImpl.java
@@ -122,7 +122,7 @@
     * @return 选中角色ID列表
     */
    @Override
    public List<Integer> selectRoleListByUserId(Long userId)
    public List<Long> selectRoleListByUserId(Long userId)
    {
        return roleMapper.selectRoleListByUserId(userId);
    }