|
@@ -6287,9 +6287,9 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
if(CourseStatusEnum.NOT_START.equals(courseSchedule.getStatus()) && date.after(new Date())) {
|
|
|
throw new BizException("直播课暂未开启,请稍后重试");
|
|
|
}
|
|
|
- if (CourseStatusEnum.OVER == courseSchedule.getStatus()) {
|
|
|
+ /*if (CourseStatusEnum.OVER == courseSchedule.getStatus()) {
|
|
|
throw new BizException("直播课已结束");
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
// 直播间配置
|
|
|
ImLiveBroadcastRoom liveBroadcastRoom = imLiveBroadcastRoomService.lambdaQuery()
|