Commit 027a09b1 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 9ce08dbb
......@@ -1739,6 +1739,12 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
preVo.setDispatchItem("养老、医疗、生育、失业、工伤、大病");
if (CommonConstants.ZERO_STRING.equals(preVo.getIsCreateDate()) && Common.isEmpty(preVo.getSocialStartDate())) {
preVo.setBigailmentStart(registration.getJoinLeaveDate());
preVo.setPensionStart(registration.getJoinLeaveDate());
preVo.setMedicalStart(registration.getJoinLeaveDate());
preVo.setBirthStart(registration.getJoinLeaveDate());
preVo.setWorkInjuryStart(registration.getJoinLeaveDate());
preVo.setUnemployStart(registration.getJoinLeaveDate());
preVo.setSocialStartDate(registration.getJoinLeaveDate());
}
//如果自动触发派增为是,计算派单发起时间和派单确认时间
......
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