commit
This commit is contained in:
+1
-1
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user