no message
Showing
1 changed file
with
12 additions
and
0 deletions
| ... | @@ -120,9 +120,21 @@ public class CourseServiceImpl implements ICourseService { | ... | @@ -120,9 +120,21 @@ public class CourseServiceImpl implements ICourseService { |
| 120 | if(StrUtil.isNotBlank(vo.getTwoDimensionalOssId())){ | 120 | if(StrUtil.isNotBlank(vo.getTwoDimensionalOssId())){ |
| 121 | vo.setTwoDimensionalOssUrl(ossUrlService.selectUrlByIds(vo.getTwoDimensionalOssId())); | 121 | vo.setTwoDimensionalOssUrl(ossUrlService.selectUrlByIds(vo.getTwoDimensionalOssId())); |
| 122 | } | 122 | } |
| 123 | if(StrUtil.isNotBlank(vo.getTwoDimensionalUrl())){ | ||
| 124 | vo.setTwoDimensionalUrl(ossUrlService.selectUrlByIds(vo.getTwoDimensionalUrl())); | ||
| 125 | } | ||
| 126 | if(StrUtil.isNotBlank(vo.getTwoDimensionalType())){ | ||
| 127 | vo.setTwoDimensionalType(ossUrlService.selectUrlByIds(vo.getTwoDimensionalType())); | ||
| 128 | } | ||
| 123 | if(StrUtil.isNotBlank(vo.getThreeDimensionalOssId())){ | 129 | if(StrUtil.isNotBlank(vo.getThreeDimensionalOssId())){ |
| 124 | vo.setThreeDimensionalOssUrl(ossUrlService.selectUrlByIds(vo.getThreeDimensionalOssId())); | 130 | vo.setThreeDimensionalOssUrl(ossUrlService.selectUrlByIds(vo.getThreeDimensionalOssId())); |
| 125 | } | 131 | } |
| 132 | if(StrUtil.isNotBlank(vo.getThreeDimensionalUrl())){ | ||
| 133 | vo.setThreeDimensionalUrl(ossUrlService.selectUrlByIds(vo.getThreeDimensionalUrl())); | ||
| 134 | } | ||
| 135 | if(StrUtil.isNotBlank(vo.getThreeDimensionalType())){ | ||
| 136 | vo.setThreeDimensionalType(ossUrlService.selectUrlByIds(vo.getThreeDimensionalType())); | ||
| 137 | } | ||
| 126 | if(StrUtil.isNotBlank(vo.getCaseOssId())){ | 138 | if(StrUtil.isNotBlank(vo.getCaseOssId())){ |
| 127 | vo.setCaseOssUrl(ossUrlService.selectUrlByIds(vo.getCaseOssId())); | 139 | vo.setCaseOssUrl(ossUrlService.selectUrlByIds(vo.getCaseOssId())); |
| 128 | } | 140 | } | ... | ... |
-
Please register or sign in to post a comment