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