mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-05 10:18:33 +08:00
bugfix-分享链接打开Excel点导出Excel数据内容异常
This commit is contained in:
@@ -71,7 +71,7 @@ public class ReportExcelController extends GaeaBaseController<ReportExcelParam,
|
||||
|
||||
@PostMapping("/exportExcel")
|
||||
@GaeaAuditLog(pageTitle = "excel导出")
|
||||
@Permission(code = "export", name = "导出")
|
||||
//@Permission(code = "export", name = "导出")
|
||||
public ResponseEntity<byte[]> export(HttpServletRequest request, HttpServletResponse response, @RequestBody ReportExcelDto reportExcelDto) throws IOException {
|
||||
return reportExcelService.exportExcel(request, response, reportExcelDto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user