|
@@ -2397,7 +2397,7 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
|
for (CourseSectionVo sectionVo : list) {
|
|
|
PolyvLiveQueryBo queryBo = new PolyvLiveQueryBo();
|
|
|
try {
|
|
|
- queryBo.setChannelId(sectionVo.getLiveUrl());
|
|
|
+ queryBo.setChannelId(sectionVo.getLiveUrl());
|
|
|
queryBo.setStartTime(startTime);
|
|
|
queryBo.setEndTime(nowTime);
|
|
|
LiveChannelVideoListResponse.ChannelVedioInfo info = iPolyvLiveService.getListChannelSession(queryBo);
|
|
@@ -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);
|