Commit 20ef390d authored by huyuchen's avatar huyuchen

huych-入职确认信息编辑提交

parent f1407af4
......@@ -618,7 +618,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
if (Common.isNotNull(insurancePreVo.getId())) {
newMap.put(insurancePreVo.getId(), insurancePreVo);
}
if (CommonConstants.FOUR_STRING.equals(insurancePreVo.getModelType())) {
if (!CommonConstants.FOUR_STRING.equals(insurancePreVo.getModelType())) {
// 初始化信息
initInsurancePreInfo(employeeRegistrationPre, insurancePreVo, user, id);
// 1:重复性判断
......
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