Commit 576641ec authored by yanzg's avatar yanzg

Excel导出功能

parent 769ad805
...@@ -161,7 +161,7 @@ public class ExcelConsole<T extends Object> implements DbRow<T> { ...@@ -161,7 +161,7 @@ public class ExcelConsole<T extends Object> implements DbRow<T> {
rowIndex += head.getTotalRow(); rowIndex += head.getTotalRow();
// 创建合并对象数据检测 // 创建合并对象数据检测
mergerData = new HashMap<>(); mergerData = new HashMap<>(head.getTotalColumn());
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment