From 75364046ec0b3432733b56042e3de2da7831d8a8 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期四, 18 五月 2023 10:03:43 +0800 Subject: [PATCH] 配置 --- src/main/java/com/whyc/controller/AnalysisController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/whyc/controller/AnalysisController.java b/src/main/java/com/whyc/controller/AnalysisController.java index 0b580b6..a364abc 100644 --- a/src/main/java/com/whyc/controller/AnalysisController.java +++ b/src/main/java/com/whyc/controller/AnalysisController.java @@ -63,13 +63,13 @@ public void export(HttpServletRequest req, HttpServletResponse resp ){ String filePath = req.getParameter("filePath"); String suffix=filePath.substring(filePath.lastIndexOf(".")+1).toLowerCase(Locale.ROOT); - /*switch (suffix){ + switch (suffix){ case "bcp":exportService.exportBcp(req,resp); break; case "chr":exportService.exportChr(req,resp); break; case "alm":exportService.exportAlm(req,resp); break; - }*/ + } } } -- Gitblit v1.9.1