Commit 22b8d12a by zhangkb

测试报表3生成

parent cdc30f16
...@@ -133,6 +133,7 @@ public class BeforeCompareUnitCalActor extends AbstractActor{ ...@@ -133,6 +133,7 @@ public class BeforeCompareUnitCalActor extends AbstractActor{
indicatorsReportService.dealDriveIndReportThreeData( indicatorsReportService.dealDriveIndReportThreeData(
unitDef.getCompareId(), Arrays.asList(unitDef.getIndIds().split(",")), unitDef.getCompareId(), Arrays.asList(unitDef.getIndIds().split(",")),
unitDef.getDate(),code); unitDef.getDate(),code);
Thread.sleep(2000);
} }
} }
if("0".equals(isTest)) { if("0".equals(isTest)) {
......
...@@ -132,7 +132,7 @@ public class IndicatorsReportService { ...@@ -132,7 +132,7 @@ public class IndicatorsReportService {
reportThreeMapper.deleteByParam(paramMap); reportThreeMapper.deleteByParam(paramMap);
} }
public synchronized void dealDriveIndReportThreeData(String compareId,List<String> indIds, public void dealDriveIndReportThreeData(String compareId,List<String> indIds,
Integer date,String code) { Integer date,String code) {
List<IndicatorsReportThree> dataList = new ArrayList<>(); List<IndicatorsReportThree> dataList = new ArrayList<>();
String type = this.getCompareType(date); String type = this.getCompareType(date);
......
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