|
@@ -2418,7 +2418,7 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
|
queryBo1.setSessionId(info.getChannelSessionId());
|
|
|
LiveListChannelVideoLibraryResponse.ChannelVideoLibrary channelVideoLibrary = iPolyvLiveService.ListChannelVideoLibrary(queryBo1);
|
|
|
sectionVo.setRecordingUrl(channelVideoLibrary.getVideoPoolId());*/
|
|
|
- sectionVo.setSectionType(3);
|
|
|
+ sectionVo.setSectionType(3);
|
|
|
CourseSection section = BeanUtil.toBean(sectionVo, CourseSection.class);
|
|
|
section.setUpdateTime(DateUtils.getNowTime());
|
|
|
iCourseSectionService.updateById(section);
|