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

Merge pull request !595 from 也曾为你、像超人/N/A
This commit is contained in:
若依 2022-10-10 01:20:41 +00:00 committed by Gitee
commit 186c04d90a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 0 deletions

View File

@ -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)