Commit 547a31be by zhangkb

修改报表3数据生成

parent fd467a0a
...@@ -134,9 +134,9 @@ public class IndicatorsReportService { ...@@ -134,9 +134,9 @@ public class IndicatorsReportService {
public void dealDriveIndReportThreeData(String compareId,List<String> indIds, public void dealDriveIndReportThreeData(String compareId,List<String> indIds,
Integer date,String code) throws Exception{ Integer date,String code) throws Exception{
List<IndicatorsReportThree> dataList = new ArrayList<>();
String type = this.getCompareType(date); String type = this.getCompareType(date);
for(String indId : indIds) { for(String indId : indIds) {
List<IndicatorsReportThree> dataList = new ArrayList<>();
Map<String,String> improveValue = new HashMap<>();//定义存储地区指标增幅,用于排名使用 Map<String,String> improveValue = new HashMap<>();//定义存储地区指标增幅,用于排名使用
String indRule = null; String indRule = null;
String growCalType = null; String growCalType = null;
...@@ -249,7 +249,6 @@ public class IndicatorsReportService { ...@@ -249,7 +249,6 @@ public class IndicatorsReportService {
dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1, code); dataList = this.fillImproveHeadAndAfterCount(resultRank, dataList, 1, code);
this.batchSaveOrUpdateReportThree(dataList); this.batchSaveOrUpdateReportThree(dataList);
} }
Thread.sleep(2000);
} }
} }
......
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