Browse Source

组织的治理指数按天统计--GRID_SELF_GOVERN_PROJECT_TOTAL未赋值

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
ba86998a67
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactAgencyGovernDailyServiceImpl.java

1
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/todata/impl/FactAgencyGovernDailyServiceImpl.java

@ -249,6 +249,7 @@ public class FactAgencyGovernDailyServiceImpl extends BaseServiceImpl<FactAgency
BigDecimal resolveCount = new BigDecimal(sum);
BigDecimal selfCount = new BigDecimal(count);
item.setGridSelfGovernRatio(selfCount.divide(resolveCount, NumConstant.SIX, RoundingMode.HALF_UP));
item.setGridSelfGovernProjectTotal(count);
}
}
});

Loading…
Cancel
Save