Commit b97e0ec7 authored by huyuchen's avatar huyuchen

huych-入职登记商险待办提交

parent 172c2597
......@@ -523,6 +523,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
if (Common.isNotNull(preVo.getIsAddress())) {
insurancePreVo.setIsAddress(preVo.getIsAddress());
}
if (Common.isNotNull(preVo.getInsurancesId())) {
insurancePreVo.setInsurancesId(preVo.getInsurancesId());
}
}
}
}
......@@ -860,6 +863,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
}
//是否地市自购
preVo.setIsAddress(insuranceDetail.getIsAdress());
preVo.setInsurancesId(insuranceDetail.getId());
}
}
}
......
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