service/report_work.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service/report_work.go
@@ -90,8 +90,7 @@ logx.Errorf("save report work transaction error: %v", err) return err } PlcCacheSet(conf.Conf.CurrentDeviceID, procedure.Channel, constvar.PlcCacheKeyFinishNumber, params.ReportAmount) _ = NewProgressService().UpdateProgress(conf.Conf.CurrentDeviceID, procedure.Channel, int64(params.ReportAmount)) return nil }