cd8c81a3 by chentao

no message

1 parent 5cb2b003
......@@ -132,9 +132,10 @@ public class CourseServiceImpl implements ICourseService {
if(StrUtil.isNotBlank(vo.getPptOssId())){
vo.setPptOssUrl(ossUrlService.selectUrlByIds(vo.getPptOssId()));
}
// if(StrUtil.isNotBlank(vo.getOssId())){
// vo.setOssUrl(ossUrlService.selectUrlByIds(vo.getOssId()));
// }
if(StrUtil.isNotBlank(vo.getOssId())){
System.out.println("============="+vo.getOssId());
vo.setOssUrl(ossUrlService.selectUrlByIds(vo.getOssId()));
}
}
return list;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!