Commit c5f5b5d5 authored by chenzhao's avatar chenzhao

修改定时任务时间

parent f5af715b
...@@ -61,9 +61,9 @@ spring.mqtt.completionTimeout=3000 ...@@ -61,9 +61,9 @@ spring.mqtt.completionTimeout=3000
#定时任务 #定时任务
##物联报表定时任务 ##物联报表定时任务
jobs.month.cron = 0 5 0 1 * ? jobs.month.cron = 0 50 0 1 * ?
jobs.day.cron = 0 5 0 * * ? jobs.day.cron = 0 5 0 * * ?
jobs.week.cron = 0 5 0 ? * 1 jobs.week.cron = 0 25 0 ? * 1
jobs.day.cron.old = 0 25 0 * * ? jobs.day.cron.old = 0 25 0 * * ?
#数据同步开关 #数据同步开关
......
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