Commit 99752e4b by hzc

报表三四表变异步

parent f47b46f1
...@@ -145,6 +145,7 @@ public class IndicatorsReportService { ...@@ -145,6 +145,7 @@ public class IndicatorsReportService {
return ; return ;
} }
@Async
public void dealDriveIndReportThreeData(String compareCatalog,String compareId,List<String> indIds, public void dealDriveIndReportThreeData(String compareCatalog,String compareId,List<String> indIds,
Integer date,String code,Integer dateMark) throws Exception{ Integer date,String code,Integer dateMark) throws Exception{
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