Commit 22b8d12a by zhangkb

测试报表3生成

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