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); }