|
@@ -2225,6 +2225,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
|
|
}
|
|
}
|
|
|
|
|
|
link.setCreateTime(sendTime);
|
|
link.setCreateTime(sendTime);
|
|
|
|
+ link.setProjectCode(cloudHostProper.getProjectCode());
|
|
|
|
|
|
FsCourseRealLink courseMap = new FsCourseRealLink();
|
|
FsCourseRealLink courseMap = new FsCourseRealLink();
|
|
BeanUtils.copyProperties(link,courseMap);
|
|
BeanUtils.copyProperties(link,courseMap);
|