@@ -660,7 +660,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
}
if(existCourseSchedule.getClassGroupType().equals(ClassGroupTypeEnum.SNAP.getCode())||existCourseSchedule.getClassGroupType().equals(ClassGroupTypeEnum.VIP.getCode())){
- throw new BizException("排课冲突");
+ throw new BizException(courseCheckInfo(newCourseSchedule,existCourseSchedule,existCourseScheduleIds,1));
if(isTeacherRepeat){