单纯解决代码报错

pull/442/head
shangzichong 2025-12-03 10:46:19 +08:00
parent 64e5288625
commit 36643c3019
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public class ExcelUtil<T>
{
Row subRow = sheet.createRow(rownum);
int column = 0;
int subFieldSize = subFields != null ? subFields.size() : 0;
// int subFieldSize = subFields != null ? subFields.size() : 0;
for (Object[] objects : fields)
{
Field field = (Field) objects[0];