|
@@ -2901,6 +2901,8 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
classGroupStudentMapperDao.classGroupStudentsInsert(classGroupStudentMappers);
|
|
|
}
|
|
|
|
|
|
+ courseScheduleService.checkNewCourseSchedules(surplusCourses, false);
|
|
|
+
|
|
|
VipGroupStatusEnum vipGroupStatus = vipGroup.getStatus();
|
|
|
|
|
|
Integer currentStudentNum = classGroupStudentMapperDao.countClassGroupStudentNum(classGroup.getId());
|