lxw
2023-05-17 a56c965e004eb45b2a66b5989615c06b7b164406
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;
        }*/
            /*case "alm":exportService.exportAlm(req,resp);
                break;*/
        }
    }
}