|
@@ -64,7 +64,7 @@ public class StudentAttendanceController {
|
|
// checkAttendanceSecond();
|
|
// checkAttendanceSecond();
|
|
// }
|
|
// }
|
|
|
|
|
|
- @Scheduled(cron = "0 00 00 * * ?") // 每天0:00检测,更新未打卡
|
|
|
|
|
|
+ @Scheduled(cron = "0 20 21 * * ?") // 每天0:00检测,更新未打卡
|
|
public void attendanceNormalFirst() {
|
|
public void attendanceNormalFirst() {
|
|
checkAttendanceFirst();
|
|
checkAttendanceFirst();
|
|
}
|
|
}
|