Browse Source

导出excel-去掉注释

wuweihao 3 years ago
parent
commit
2acf1d0615
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gis_common/src/main/java/com/gis/common/util/ExcelUtils.java

+ 0 - 1
gis_common/src/main/java/com/gis/common/util/ExcelUtils.java

@@ -28,7 +28,6 @@ public class ExcelUtils {
         //自定义标题别名
         if (rowTitle != null) {
             for (Map.Entry<String, String> a : rowTitle.entrySet()) {
-                log.info("顺序: {}, {}", a.getKey(), a.getValue());
                 writer.addHeaderAlias(a.getKey(), a.getValue());
             }
         }