修改问题的视频url不显示的bug
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment