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