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