|
@@ -133,6 +133,7 @@ public class CwProjectReportArchiveController {
|
|
|
*/
|
|
|
@ApiLog(value = "导出报告归档数据", type = LogTypeEnum.EXPORT)
|
|
|
@GetMapping("export")
|
|
|
+ @PreAuthorize ("hasAuthority('cwProjectReportArchive:export')")
|
|
|
@ApiOperation(value = "导出报告归档数据")
|
|
|
public void exportFile(CwProjectReportArchiveDTO cwProjectReportArchiveDTO, Page <CwProjectReportArchiveDTO> page, ExcelOptions options, HttpServletResponse response) throws Exception {
|
|
|
String fileName = options.getFilename();
|