123
Jinquan_Ou
2023-03-19 f18abbe2b87ae7394cc9f3215072c1774e4512c7
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java
@@ -73,8 +73,8 @@
    }
    @GetMapping("/downLoadFile")
    public AjaxResult downLoadFile(@PathParam("path") String path, HttpServletResponse response) throws Exception {
        return downLoadFileService.downLoadFile(path,response);
    public void downLoadFile(String path, HttpServletResponse response) throws Exception {
        downLoadFileService.downLoadFile(path,response);
    }