暂降报告修改
This commit is contained in:
@@ -40,6 +40,7 @@ import java.io.IOException;
|
||||
import java.text.ParseException;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
/**
|
||||
* @author xxy
|
||||
@@ -237,7 +238,7 @@ public class ReportController extends BaseController {
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/createEventReport")
|
||||
@ApiOperation("暂态事件报告导出")
|
||||
public void createEventReport(@RequestBody @Validated List<String> index, HttpServletResponse response) throws IOException, InvalidFormatException {
|
||||
public void createEventReport(@RequestBody @Validated List<String> index, HttpServletResponse response) throws IOException, InvalidFormatException, ExecutionException, InterruptedException {
|
||||
commMonitorEventReportService.createEventReport(index,response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user