@@ -420,7 +420,7 @@ public class BillServiceImpl extends ServiceImpl<BillMapper, Bill> implements IB
int lastRowNum = sheetAt.getLastRowNum();
// 从第7行开始读取
- for (int i= 6; i< lastRowNum; i++) {
+ for (int i= 6; i<= lastRowNum; i++) {
int currentRow = i + 1;
Row row = sheetAt.getRow(i);
Cell cell = getCell(row.getCell(0));