0723
This commit is contained in:
parent
48e5aaa90c
commit
5ba6b23a3e
@ -237,7 +237,7 @@ public class TrainController {
|
||||
* 定时任务提醒教练未进行离场打卡学员信息
|
||||
*/
|
||||
@TenantIgnore
|
||||
@Scheduled(cron = "0 0 18 * * ?")
|
||||
@Scheduled(cron = "0 30 18 * * ?")
|
||||
public void noClockInRemind() {
|
||||
trainService.noClockInRemind();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user