qin 1 年之前
父节点
当前提交
f52a7cd964
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/poteviohealth/cgp/statistics/utils/ExcelUtils2.java

+ 0 - 1
src/main/java/com/poteviohealth/cgp/statistics/utils/ExcelUtils2.java

@@ -46,7 +46,6 @@ public class ExcelUtils2 implements ResourceLoaderAware {
         resp.setHeader("Content-Type", "application/vnd.ms-excel; charset=utf-8");
         try {
             resp.setHeader("Content-Disposition", "attachment; filename=" + URLEncoder.encode(filename, "UTF-8"));
-            logger.info("文件大小:" + template.getFile().length());
             logger.info("文件大小2:" + template.contentLength());
         } catch (Exception e) {
             throw new RuntimeException(e);