Ver código fonte

导出excel-去掉注释

wuweihao 3 anos atrás
pai
commit
2acf1d0615

+ 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());
             }
         }