|
|
|
@ -236,6 +236,8 @@ public class StaffInfoImportUtil {
|
|
|
|
|
OrgImportUtil.saveImportDetailLog(historyDetailPO);
|
|
|
|
|
continue nextRow;
|
|
|
|
|
}
|
|
|
|
|
parentJobId = jobPList.get(0).getId();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
map.put("job_id", parentJobId);
|
|
|
|
@ -292,7 +294,7 @@ public class StaffInfoImportUtil {
|
|
|
|
|
break;
|
|
|
|
|
case "3": // 岗位
|
|
|
|
|
if (null == parentJobId) {
|
|
|
|
|
checkMsg = "编制维度选择岗位时,岗位必填!";
|
|
|
|
|
checkMsg = "编制维度选择岗位时,未找到对应岗位!";
|
|
|
|
|
} else {
|
|
|
|
|
JobPO jobPO = MapperProxyFactory.getProxy(JobMapper.class).getJobById(parentJobId);
|
|
|
|
|
if (null == jobPO) {
|
|
|
|
|