src/main/java/com/lf/server/service/all/UploadService.java
@@ -115,7 +115,7 @@ } String file = pathHelper.getConfig().getUploadPath() + File.separator + entity.getPath(); WebHelper.download(file, res); WebHelper.download(file, entity.getName(), res); } catch (Exception ex) { try { String msg = JSON.toJSONString(new ResponseMsg<String>(HttpStatus.ERROR, "文件下载出错"));