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