单纯解决代码报错
parent
64e5288625
commit
36643c3019
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue