zhangqian
2023-08-26 49150bb946aac0461caa788dbd3b9a0429d6897d
debug
1个文件已修改
2 ■■■ 已修改文件
crontask/cron_task.go 2 ●●● 补丁 | 查看 | 原始文档 | 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