Commit a1207e3f by zhangkb

调整批量新增逻辑

parent 64f3a267
...@@ -222,9 +222,9 @@ public class IndicatorsReportService { ...@@ -222,9 +222,9 @@ public class IndicatorsReportService {
//提升末三 //提升末三
dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1); dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1);
} }
}
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