职级导入异常处理方案1116
This commit is contained in:
parent
bb071c3ad9
commit
caa9604315
|
|
@ -1571,7 +1571,6 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
|
|||
throw new RuntimeException(e);
|
||||
}
|
||||
int allRow = 0;
|
||||
nextSheet:
|
||||
for (int s = 0; s < workbook.getNumberOfSheets(); s++) {
|
||||
// 当前sheet
|
||||
XSSFSheet sheetAt = workbook.getSheetAt(s);
|
||||
|
|
@ -1654,7 +1653,7 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
|
|||
historyDetailPO.setOperateDetail("方案编号[" + reallyValue + "]与原有编号重复");
|
||||
historyDetailPO.setStatus("0");
|
||||
saveImportDetailLog(historyDetailPO);
|
||||
break nextSheet;
|
||||
continue nextRow;
|
||||
}
|
||||
}
|
||||
// 职等页校验(方案是否存在)
|
||||
|
|
|
|||
Loading…
Reference in New Issue