|
|
@@ -360,6 +360,7 @@ public class AgcDeviateService {
|
|
|
for (String wtId : wtIdsLs) {
|
|
|
List<SpeedPowerAnalysis> ls = new ArrayList<>();
|
|
|
SpeedPowerAnalysis spa = new SpeedPowerAnalysis();
|
|
|
+ spa.setCode(CacheContext.wtmap.get(wtId).getNemCode());
|
|
|
List<ProBasicEquipmentPoint> proBasicEquipmentPoints = CacheContext.pointNewMap.get(wtId);
|
|
|
List<ProBasicEquipmentPoint> speedPoint = proBasicEquipmentPoints.stream().filter(p -> p.getUniformCode().equals("AI066")).collect(Collectors.toList());
|
|
|
List<PointData> historyspeedDatas = edosUtil.getHistoryDatasSnap(speedPoint.get(0).getNemCode(), startTs, endTs, interval);
|