crontask/cron_task.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
crontask/cron_task.go
@@ -20,7 +20,7 @@ var s *gocron.Scheduler func init() { s = gocron.NewScheduler(time.UTC) s = gocron.NewScheduler(time.Local) } func StartTask(isMaster bool) error { finishNumberTimeInterval := conf.Conf.PLC.FinishNumberTimeInterval