Commit a1207e3f by zhangkb

调整批量新增逻辑

parent 64f3a267
...@@ -222,8 +222,8 @@ public class IndicatorsReportService { ...@@ -222,8 +222,8 @@ 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从大到小
......
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