Browse Source

Staions.Data.PhyData赋值

dev
yfh 4 weeks ago
parent
commit
b50c15a362
  1. 1
      et_cache/cacheHandler.go

1
et_cache/cacheHandler.go

@ -64,6 +64,7 @@ func (the *CacheHandler) enqueue(p *common_models.ProcessData) *common_models.Pr
needItemCache.Data, isWinCalcValid = the.windowCalc(v, cacheWindow) needItemCache.Data, isWinCalcValid = the.windowCalc(v, cacheWindow)
if isWinCalcValid { if isWinCalcValid {
station.Data.ThemeData[item.FieldName] = needItemCache.Data station.Data.ThemeData[item.FieldName] = needItemCache.Data
station.Data.PhyData[item.FieldName] = needItemCache.Data
} }
} }
} }

Loading…
Cancel
Save