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