Commit 2a7b755a authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent d59aacae
......@@ -463,7 +463,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
smsEmployee.setBizId(res.getBizId());
smsEmployee.setMessage(res.getMessage());
employeeService.updateById(smsEmployee);
this.updateById(updatePre);
if (Common.isNotNull(updatePre)) {
this.updateById(updatePre);
}
return R.ok();
} else {
smsEmployee.setMessage("短信发送失败");
......
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