crontask/cron_task.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
crontask/cron_task.go
@@ -27,7 +27,7 @@ return err } s.Every(1).Minutes().StartImmediately().Do(func() { s.Every(59).Seconds().StartImmediately().Do(func() { plcConfig, code := service.NewDevicePlcService().GetDevicePlc() if code != ecode.OK { return