@@ -2874,7 +2874,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
}
//排课开始时间不可小于预排课时间
if(courseTimeDto.getStartDate().compareTo(schoolTermCourseDetail.getStartSchoolTerm()) < 0){
- throw new BizException("操作失败:排课开始时间不可小于预排课时间");
+ throw new BizException("操作失败:排课开始时间不可小于开课日期");
//跳过节假日