From 762352a36fbe5c258b6da70b695cf13bc31de1e7 Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 13 Oct 2020 16:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../indexcoll/impl/FactIndexCollectServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {