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; }*/ } } }