Commit 65dcb3fe authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 1fbbaddf
...@@ -872,6 +872,11 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi ...@@ -872,6 +872,11 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
if (Common.isNotNull(employeeContractPreVo.getInternshipPeriodEnd())) { if (Common.isNotNull(employeeContractPreVo.getInternshipPeriodEnd())) {
employeeContractPreVo.setContractEnd(employeeContractPreVo.getInternshipPeriodEnd()); employeeContractPreVo.setContractEnd(employeeContractPreVo.getInternshipPeriodEnd());
} }
//合同岗位名称
if (CommonConstants.ONE_STRING.equals(employeeContractPreVo.getPostType())
&& Common.isEmpty(employeeContractPreVo.getPost())) {
employeeContractPreVo.setPost(registration.getPosition());
}
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment