Browse Source

注释indexCode输出,之前community拼错了。测试数据screen_customer_agency已经改了。

dev_shibei_match
yinzuomei 5 years ago
parent
commit
6a0b538584
  1. 2
      epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/indexcollect/form/OrgGovrnAbilityFormDTO.java
  2. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyEntity.java
  3. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/indexcal/impl/GridCorreLationServiceImpl.java

2
epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/indexcollect/form/OrgGovrnAbilityFormDTO.java

@ -71,7 +71,7 @@ public class OrgGovrnAbilityFormDTO implements Serializable {
private BigDecimal satisfactionRatio;
/**
* 社区超期项目率dataTyp=commnuity有值
* 社区超期项目率dataTyp=community有值
*/
private BigDecimal overdueProjectRatio;

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/evaluationindex/indexcoll/FactIndexGovrnAblityOrgMonthlyEntity.java

@ -98,7 +98,7 @@ public class FactIndexGovrnAblityOrgMonthlyEntity extends BaseEpmetEntity {
private BigDecimal satisfactionRatio;
/**
* 社区超期项目率dataTyp=commnuity有值
* 社区超期项目率dataTyp=community有值
*/
private BigDecimal overdueProjectRatio;

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

@ -140,7 +140,7 @@ public class GridCorreLationServiceImpl implements GridCorreLationService {
recordList.forEach(recordMap -> {
//遍历所有的指标
indexMap.forEach((key, value) -> {
log.info("index_code :{}",key);
// log.info("index_code :{}",key);
if (IndexCodeEnum.ZUZHINEIDANGYDLXQZNLKPFPJZ.getCode().equals(key)) {
//组织内党员的联系群众能力考评分(平均值)
// log.info("组织内党员的联系群众能力考评分(平均值) 单独处理");

Loading…
Cancel
Save