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