4a16c541 by chentao

修改问题的视频url不显示的bug

1 parent 4e07e3c7
......@@ -64,7 +64,7 @@ public class QuestionServiceImpl implements IQuestionService {
vo.setCoverOssUrl(ossService.selectUrlByIds(vo.getCoverOssId()));
}
if(StrUtil.isNotBlank(vo.getVideoOssId())){
vo.setVideoOssUrl(ossService.selectUrlByIds(vo.getVideoOssUrl()));
vo.setVideoOssUrl(ossService.selectUrlByIds(vo.getVideoOssId()));
}
}
return TableDataInfo.build(page);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!