no message
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -194,6 +194,7 @@ public class CourseServiceImpl implements ICourseService { | ... | @@ -194,6 +194,7 @@ public class CourseServiceImpl implements ICourseService { |
| 194 | } | 194 | } |
| 195 | 195 | ||
| 196 | if(StrUtil.isNotBlank(vo.getOssId())){ | 196 | if(StrUtil.isNotBlank(vo.getOssId())){ |
| 197 | System.out.println("==========aaaaaaaa==========="+vo.getOssId()); | ||
| 197 | SysOssVo oss = iSysOssService.getById(Long.valueOf(vo.getOssId())); | 198 | SysOssVo oss = iSysOssService.getById(Long.valueOf(vo.getOssId())); |
| 198 | if(Objects.nonNull(oss)) { | 199 | if(Objects.nonNull(oss)) { |
| 199 | vo.setOssUrl(oss.getUrl()); | 200 | vo.setOssUrl(oss.getUrl()); | ... | ... |
-
Please register or sign in to post a comment