This commit is contained in:
Lx 2025-07-23 16:59:34 +08:00
parent 48e5aaa90c
commit 5ba6b23a3e

View File

@ -237,7 +237,7 @@ public class TrainController {
* 定时任务提醒教练未进行离场打卡学员信息
*/
@TenantIgnore
@Scheduled(cron = "0 0 18 * * ?")
@Scheduled(cron = "0 30 18 * * ?")
public void noClockInRemind() {
trainService.noClockInRemind();
}