08605021 by chentao

no message

1 parent 2f2edb31
......@@ -194,6 +194,7 @@ public class CourseServiceImpl implements ICourseService {
}
if(StrUtil.isNotBlank(vo.getOssId())){
System.out.println("===============a=============="+vo.getOssId());
SysOssVo oss = iSysOssService.getById(Long.valueOf(vo.getOssId()));
if(Objects.nonNull(oss)) {
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!