diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java index 053830f4b6..9b5b67f36c 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java +++ b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcoll/impl/FactIndexCollectServiceImpl.java @@ -315,7 +315,7 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService { List parentGridList = screenCustomerGridDao.selectListGridInfo(customerId); if (!CollectionUtils.isEmpty(parentGridList)) { parentGridList.forEach(o -> { - allParentIds.put(o.getGridId(), o.getGridId()); + allParentIds.put(o.getGridId(), o.getAllParentIds()); }); } for (Map.Entry> gridScore : collect.entrySet()) {