|
@@ -452,8 +452,8 @@ public class SingleAnalysisService {
|
|
|
vo.setLlfdl(StringUtils.round(llfdl / 10000, 2));
|
|
|
|
|
|
double powerProduction = 0;
|
|
|
- if (CacheContext.modelMap.containsKey(wt.getId())) {
|
|
|
- ProEconEquipmentmodel model = CacheContext.modelMap.get(wt.getId());
|
|
|
+ if (CacheContext.modelMap.containsKey(wt.getModelId())) {
|
|
|
+ ProEconEquipmentmodel model = CacheContext.modelMap.get(wt.getModelId());
|
|
|
powerProduction = model.getPowerProduction();
|
|
|
}
|
|
|
double lyxs = 0.0;
|