he2802 1 年之前
父节点
当前提交
590cf49326
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      zhongzheng-admin/src/main/java/com/zhongzheng/controller/CommonController.java

+ 0 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/CommonController.java

@@ -198,7 +198,6 @@ public class CommonController extends BaseController {
             response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
             FileUtils.setAttachmentResponseHeader(response, downloadName);
             FileUtils.writeBytes(downloadPath, response.getOutputStream());
-            
         } catch (Exception e) {
             log.error("下载文件失败", e);
         }