Commit 82fe8d2e by zhangkb

添加清空map操作

parent 110a276c
...@@ -236,6 +236,8 @@ public class IndicatorsReportService { ...@@ -236,6 +236,8 @@ public class IndicatorsReportService {
resultRank = CalculateUtils.rankValue(improveValue, indRule); resultRank = CalculateUtils.rankValue(improveValue, indRule);
//提升前三 //提升前三
dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 0, code); dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 0, code);
//清空map
resultRank.clear();
if("0".equals(indRule)) { if("0".equals(indRule)) {
indRule = "1"; indRule = "1";
......
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