Commit 89908413 authored by renjie's avatar renjie

批量bug

parent e987d372
...@@ -80,7 +80,6 @@ public class FileUtil { ...@@ -80,7 +80,6 @@ public class FileUtil {
//总行数 //总行数
int rowLength = sheet.getPhysicalNumberOfRows(); int rowLength = sheet.getPhysicalNumberOfRows();
log.error(rowLength + "");
//工作表的列 //工作表的列
Row row = sheet.getRow(0); Row row = sheet.getRow(0);
...@@ -108,6 +107,8 @@ public class FileUtil { ...@@ -108,6 +107,8 @@ public class FileUtil {
size++; size++;
} }
} }
else
rowvalue.add("");
} }
if (first) { if (first) {
first = false; first = false;
......
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