|
@@ -6551,8 +6551,10 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
|
|
|
if (rows.getRowNum() == 0) {
|
|
|
continue;
|
|
|
}
|
|
|
+ System.out.println("*****"+rows.getPhysicalNumberOfCells());
|
|
|
TWarehousebillsitems warehousebillsitems = new TWarehousebillsitems();
|
|
|
- for (int a = 0; a < rows.getPhysicalNumberOfCells(); a++) {
|
|
|
+ for (int a = 0; a <= rows.getPhysicalNumberOfCells(); a++) {
|
|
|
+ System.out.println("============"+rows.getCell(a));
|
|
|
if (StringUtils.isNull(rows.getCell(a))) {
|
|
|
continue;
|
|
|
}
|