Commit 406f643c authored by huyuchen's avatar huyuchen

huych-入职登记提交

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