|
@@ -1053,6 +1053,7 @@ public class WindturbinegoodnessService {
|
|
|
Long pointTime = data.getPointTime();
|
|
|
StationAnalysis sa = new StationAnalysis();
|
|
|
sa.setTime(pointTime);
|
|
|
+ sa.setStationName(CacheContext.proBasicOrganizeTreesMap.get(wpid).getAname());
|
|
|
sa.setIrradiance(collect1.get(pointTime).getPointValueInDouble());
|
|
|
sa.setActualPower(collect2.get(pointTime).getPointValueInDouble());
|
|
|
sa.setTheoreticalPower(collect3.get(pointTime).getPointValueInDouble());
|