编制维度为岗位时导入提示错误问题
This commit is contained in:
parent
76d9138191
commit
4beda57943
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue