This commit is contained in:
2025-10-31 11:16:32 +08:00
parent cdd58734fd
commit 4dff54c1dd
@@ -165,7 +165,7 @@ public class ActivityStatisticsController {
ExportParams exportParams = new ExportParams(); ExportParams exportParams = new ExportParams();
exportParams.setType(ExcelType.XSSF); exportParams.setType(ExcelType.XSSF);
Workbook workbook = ExcelExportUtil.exportExcel(exportParams, entityList, activityList); Workbook workbook = ExcelExportUtil.exportExcel(exportParams, entityList, activityList);
CommonDownloadUtil.download("活动汇总.xlsx", workbook, response); CommonDownloadUtil.download("活动汇总.xlsx", workbook, response);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }