Browse Source

rizhi

dev_shibei_match
zxc 4 years ago
parent
commit
6cc8d652af
  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 {
// 治理能力的六个五级指标
List<Map<String, Object>> communityGovernAbility = disposeFiveLevel(form);
log.info("治理能力的六个五级指标==="+communityGovernAbility.toString());
if (CollectionUtils.isEmpty(communityGovernAbility)){
log.warn(IndexCalConstant.STREET_GOVERN_ABILITY_NULL);
}else{

Loading…
Cancel
Save