Commit d038b23b by xzt

上课提醒

parent 79143b53
......@@ -22,7 +22,7 @@ public class ClassStartReminderJob {
private ClassStartReminderDayTaskApi classStartReminderDayTaskApi;
@Scheduled(cron = "* 15 10 * * ?")
@Scheduled(cron = "0 22 10 * * ?")
public void createClassStartTask() {
log.info("生成上课提醒任务 开始 ===>");
ClassStartReminderRequest request = ClassStartReminderRequest.builder()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment