魏熙美 6 anni fa
parent
commit
c6b39e7dba

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BillServiceImpl.java Vedi File

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