e4a90c2b by chentao

no message

1 parent 08605021
...@@ -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());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!