From 3ec1a0e65e19534cce55964c7ddaace87bf70e1f Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 21 十一月 2024 18:02:47 +0800 Subject: [PATCH] 增加操作类型按钮&&整合系统模块代码配置图标 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/VciOsStatusController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/VciOsStatusController.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/VciOsStatusController.java index 2371ba8..31076f5 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/VciOsStatusController.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/controller/VciOsStatusController.java @@ -165,7 +165,7 @@ @VciBusinessLog(operateName = "瀵煎嚭鐘舵��") public void exportStatus(String exportFileName,String statusOids, HttpServletResponse response){ try { - String excelPath = statusService.exportStatus(exportFileName,statusOids); + String excelPath = statusService.exportStatus(exportFileName,statusOids,true); ControllerUtil.writeFileToResponse(response,excelPath); } catch (Exception e) { String msg = "瀵煎嚭鐘舵�佹椂鍑虹幇閿欒锛屽師鍥狅細" + VciBaseUtil.getExceptionMessage(e); -- Gitblit v1.9.3