|
@@ -6483,7 +6483,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
CourseSchedule next = beforeCourse.get(i + 1);
|
|
CourseSchedule next = beforeCourse.get(i + 1);
|
|
|
|
|
|
if (!next.getContinuousCourse()) {
|
|
if (!next.getContinuousCourse()) {
|
|
- newCourseSchedules.add(next);
|
|
|
|
|
|
+ //newCourseSchedules.add(next);
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|