|
@@ -585,7 +585,6 @@ public class StudentAttendanceServiceImpl extends BaseServiceImpl<Long, StudentA
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
|
public void repairStudentAttendance(Integer month) {
|
|
public void repairStudentAttendance(Integer month) {
|
|
//获取所有有老师考勤的课程记录,正常签退,当月线上课,有学员签到记录
|
|
//获取所有有老师考勤的课程记录,正常签退,当月线上课,有学员签到记录
|
|
List<CourseSchedule> courseScheduleList = courseScheduleDao.queryScheduleByAttendance(month);
|
|
List<CourseSchedule> courseScheduleList = courseScheduleDao.queryScheduleByAttendance(month);
|