Browse Source

Merge branch 'dev_data_fusion' of http://git.elinkit.com.cn:7070/r/epmet-cloud into dev_data_fusion

dev_shibei_match
sunyuchao 4 years ago
parent
commit
f839e688df
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcal/impl/IndexCalculateStreetServiceImpl.java

1
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcal/impl/IndexCalculateStreetServiceImpl.java

@ -782,6 +782,7 @@ public class IndexCalculateStreetServiceImpl implements IndexCalculateStreetServ
} else { } else {
// 治理能力的六个五级指标 // 治理能力的六个五级指标
List<Map<String, Object>> communityGovernAbility = disposeFiveLevel(form); List<Map<String, Object>> communityGovernAbility = disposeFiveLevel(form);
log.info("治理能力的六个五级指标==="+communityGovernAbility.toString());
if (CollectionUtils.isEmpty(communityGovernAbility)){ if (CollectionUtils.isEmpty(communityGovernAbility)){
log.warn(IndexCalConstant.STREET_GOVERN_ABILITY_NULL); log.warn(IndexCalConstant.STREET_GOVERN_ABILITY_NULL);
}else{ }else{

Loading…
Cancel
Save