lxw
2023-05-17 a35734f1233a670d20c70a7f64e7ef16ba725e2f
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;
        }*/
        }
    }
}