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