Commit 3a84ba50 by zhangkb

修改报表3生成逻辑

parent 33412889
...@@ -248,8 +248,8 @@ public class IndicatorsReportService { ...@@ -248,8 +248,8 @@ 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);
} }
} }
......
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