|
@@ -718,6 +718,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched
|
|
|
oldCourseSchedule.setClassDate(newCourseSchedule.getClassDate());
|
|
|
oldCourseSchedule.setStartClassTime(newCourseSchedule.getStartClassTime());
|
|
|
oldCourseSchedule.setEndClassTime(newCourseSchedule.getEndClassTime());
|
|
|
+ oldCourseSchedule.setStatus(newCourseSchedule.getStatus());
|
|
|
|
|
|
//被修改的教师编号列表,需要将预计薪水置零
|
|
|
List<Integer> beReplaceTeacherIds=new ArrayList<>();
|