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 91613582ab..5b7d0fd8a6 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()) {