|
@ -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 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|