|
|
@ -130,7 +130,7 @@ public class IndexCalculateDistrictServiceImpl implements IndexCalculateDistrict |
|
|
|
//获取该能力下的分数
|
|
|
|
List<AgencySubScoreEntity> subScore = agencySubScoreDao.selectSubListByPath(formDTO.getCustomerId(), formDTO.getMonthId(), OrgTypeConstant.DISTRICT, levelIndexPath); |
|
|
|
if (CollectionUtils.isEmpty(subScore)) { |
|
|
|
log.error("calculateSelfSubScore communitySubScoreDao.selectSubListByPath return empty,customerId:{} ", formDTO.getCustomerId()); |
|
|
|
log.warn("calculateSelfSubScore communitySubScoreDao.selectSubListByPath return empty,customerId:{} ", formDTO.getCustomerId()); |
|
|
|
return; |
|
|
|
} |
|
|
|
Map<String, Set<String>> selfSubParentMap = new HashMap<>(); |
|
|
|