|
@@ -1316,7 +1316,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
}
|
|
|
int num = studentAttendanceDao.countStudentAttendenceNum(oldCourseSchedule.getId().intValue());
|
|
|
if (num > 0) {
|
|
|
- throw new BizException("{}[{}]{}-{}课程已点名",
|
|
|
+ throw new BizException("{}[{}] {}-{}课程已点名",
|
|
|
oldCourseSchedule.getName(),
|
|
|
oldCourseSchedule.getId(),
|
|
|
DateUtil.dateToString(oldCourseSchedule.getStartClassTime(),
|