|
|
@ -315,7 +315,7 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService { |
|
|
|
List<ScreenCustomerGridDTO> 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<String, List<FactIndexGridScoreDTO>> gridScore : collect.entrySet()) { |
|
|
|