|
@@ -234,7 +234,7 @@ public class SyCarryController {
|
|
for (int x=0;x<=sheet.getLastRowNum();x++){
|
|
for (int x=0;x<=sheet.getLastRowNum();x++){
|
|
Row row=sheet.getRow(x);
|
|
Row row=sheet.getRow(x);
|
|
SyCarryB syCarryB = new SyCarryB();
|
|
SyCarryB syCarryB = new SyCarryB();
|
|
- if(x>=3){
|
|
|
|
|
|
+ if(x>=2){
|
|
if(row==null || row.getCell(0)==null || row.getCell(0).toString().equals("")){
|
|
if(row==null || row.getCell(0)==null || row.getCell(0).toString().equals("")){
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|