08605021 by chentao

no message

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