RuoYi
2021-10-22 57e1aef8ffe4961c9418368e6e2fbe840b2e96c0
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);
    }