pull/66/head
dxfeng 3 years ago
commit 67fd2df4f9

@ -33,7 +33,7 @@ import lombok.NoArgsConstructor;
orderby = "id", orderby = "id",
sortway = "asc", sortway = "asc",
primarykey = "id", primarykey = "id",
tableType = WeaTableType.CHECKBOX tableType = WeaTableType.NONE
) )
public class CardAccessVO { public class CardAccessVO {

@ -1571,7 +1571,6 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
throw new RuntimeException(e); throw new RuntimeException(e);
} }
int allRow = 0; int allRow = 0;
nextSheet:
for (int s = 0; s < workbook.getNumberOfSheets(); s++) { for (int s = 0; s < workbook.getNumberOfSheets(); s++) {
// 当前sheet // 当前sheet
XSSFSheet sheetAt = workbook.getSheetAt(s); XSSFSheet sheetAt = workbook.getSheetAt(s);
@ -1654,7 +1653,7 @@ public class ImportCommonServiceImpl extends Service implements ImportCommonServ
historyDetailPO.setOperateDetail("方案编号[" + reallyValue + "]与原有编号重复"); historyDetailPO.setOperateDetail("方案编号[" + reallyValue + "]与原有编号重复");
historyDetailPO.setStatus("0"); historyDetailPO.setStatus("0");
saveImportDetailLog(historyDetailPO); saveImportDetailLog(historyDetailPO);
break nextSheet; continue nextRow;
} }
} }
// 职等页校验(方案是否存在) // 职等页校验(方案是否存在)

Loading…
Cancel
Save