|
@@ -377,7 +377,7 @@ public class EconomyAnalysisService {
|
|
List<ProBasicOrganizeEquipment> collect = CacheContext.organizeEquipmentList.stream().filter(oe -> oe.getNemName().contains("逆变器") && wpid.equals(oe.getWindpowerstationId())).collect(Collectors.toList());
|
|
List<ProBasicOrganizeEquipment> collect = CacheContext.organizeEquipmentList.stream().filter(oe -> oe.getNemName().contains("逆变器") && wpid.equals(oe.getWindpowerstationId())).collect(Collectors.toList());
|
|
//title.add(StrUtil.format(str,max(xnssdlpx)));
|
|
//title.add(StrUtil.format(str,max(xnssdlpx)));
|
|
Random random = new Random();
|
|
Random random = new Random();
|
|
- title.add(StrUtil.format(str,collect.get(random.nextInt(collect.size()))));
|
|
|
|
|
|
+ title.add(StrUtil.format(str,collect.get(random.nextInt(collect.size())).getNemName()));
|
|
map.put("场站问题总结和建议", title);
|
|
map.put("场站问题总结和建议", title);
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|