Commit 3a84ba50 by zhangkb

修改报表3生成逻辑

parent 33412889
...@@ -248,10 +248,10 @@ public class IndicatorsReportService { ...@@ -248,10 +248,10 @@ public class IndicatorsReportService {
resultRank = CalculateUtils.rankValue(improveValue, indRule); resultRank = CalculateUtils.rankValue(improveValue, indRule);
//提升末三 //提升末三
dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1, code); dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1, code);
}
this.batchSaveOrUpdateReportThree(dataList); this.batchSaveOrUpdateReportThree(dataList);
} }
} }
}
//type:0 前三 1末三 //type:0 前三 1末三
private List<IndicatorsReportThree> fillImproveHeadAndAfterCount(Map<String,Integer> resultRank private List<IndicatorsReportThree> fillImproveHeadAndAfterCount(Map<String,Integer> resultRank
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment