4a16c541 by chentao

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

1 parent 4e07e3c7
...@@ -64,7 +64,7 @@ public class QuestionServiceImpl implements IQuestionService { ...@@ -64,7 +64,7 @@ public class QuestionServiceImpl implements IQuestionService {
64 vo.setCoverOssUrl(ossService.selectUrlByIds(vo.getCoverOssId())); 64 vo.setCoverOssUrl(ossService.selectUrlByIds(vo.getCoverOssId()));
65 } 65 }
66 if(StrUtil.isNotBlank(vo.getVideoOssId())){ 66 if(StrUtil.isNotBlank(vo.getVideoOssId())){
67 vo.setVideoOssUrl(ossService.selectUrlByIds(vo.getVideoOssUrl())); 67 vo.setVideoOssUrl(ossService.selectUrlByIds(vo.getVideoOssId()));
68 } 68 }
69 } 69 }
70 return TableDataInfo.build(page); 70 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!