|
@@ -58,7 +58,7 @@ public class PhotovoltaicAnalysisTask {
|
|
|
eWrapper.eq("spare1", "IN");
|
|
|
List<ProBasicEquipment> eList = proBasicEquipmentService.list(eWrapper);
|
|
|
//场站、机型、逆变器们 .filter(e->"SXJ_KGDL_YY_GDC_STA".equals(e.getWindpowerstationId()))
|
|
|
- Map<String, Map<String, List<ProBasicEquipment>>> equipmentMapMap = eList.stream().filter(e->"SXJ_KGDL_TL_GDC_STA".equals(e.getWindpowerstationId())).collect(Collectors.groupingBy(
|
|
|
+ Map<String, Map<String, List<ProBasicEquipment>>> equipmentMapMap = eList.stream().collect(Collectors.groupingBy(
|
|
|
ProBasicEquipment::getWindpowerstationId, Collectors.groupingBy(ProBasicEquipment::getModelId)));
|
|
|
|
|
|
//获取机型的装机容量
|