Browse Source

Merge remote-tracking branch 'remotes/origin/dev_public_join' into dev

dev_shibei_match
jianjun 4 years ago
parent
commit
eaf6dc0bc0
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PublicPartExtractServiceImpl.java

6
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PublicPartExtractServiceImpl.java

@ -286,13 +286,13 @@ public class PublicPartExtractServiceImpl implements PublicPartExtractService {
entity.setJoinTotal(0); entity.setJoinTotal(0);
entity.setJoinTotalUpRate(new BigDecimal("0")); entity.setJoinTotalUpRate(new BigDecimal("0"));
entity.setJoinTotalUpFlag(""); entity.setJoinTotalUpFlag(GovernConstant.EQ);
entity.setAvgIssue(new BigDecimal(0)); entity.setAvgIssue(new BigDecimal(0));
entity.setAvgIssueUpRate(new BigDecimal("0")); entity.setAvgIssueUpRate(new BigDecimal("0"));
entity.setAvgIssueUpFlag(""); entity.setAvgIssueUpFlag(GovernConstant.EQ);
entity.setAvgJoin(new BigDecimal(0)); entity.setAvgJoin(new BigDecimal(0));
entity.setAgvgJoinUpRate(new BigDecimal("0")); entity.setAgvgJoinUpRate(new BigDecimal("0"));
entity.setAgvgJoinUpFlag(""); entity.setAgvgJoinUpFlag(GovernConstant.EQ);
entity.setAvgIssueFz(NumConstant.ZERO); entity.setAvgIssueFz(NumConstant.ZERO);
entity.setAvgIssueFm(NumConstant.ZERO); entity.setAvgIssueFm(NumConstant.ZERO);
entity.setAvgJoinFz(NumConstant.ZERO); entity.setAvgJoinFz(NumConstant.ZERO);

Loading…
Cancel
Save