Commit 186c04d9 authored by 若依's avatar 若依 Committed by Gitee

!595 解决导出时包含空子列表数据异常的问题

Merge pull request !595 from 也曾为你、像超人/N/A
parents 3607e008 c542b7ac
......@@ -699,6 +699,11 @@ public class ExcelUtil<T>
subList = getListCellValue(vo);
subMergedLastRowNum = subMergedLastRowNum + subList.size();
}
else
{
subMergedFirstRowNum++;
subMergedLastRowNum++;
}
int column = 0;
for (Object[] os : fields)
......
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