暂态事件报告功能下载
This commit is contained in:
@@ -234,4 +234,10 @@ public class ReportController extends BaseController {
|
||||
reportService.getPmsAreaReport(areaReportParam, response);
|
||||
}
|
||||
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/createEventReport")
|
||||
@ApiOperation("暂态事件报告导出")
|
||||
public void createEventReport(@RequestBody @Validated List<String> index, HttpServletResponse response) throws IOException, InvalidFormatException {
|
||||
commMonitorEventReportService.createEventReport(index,response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user