Commit 47830630 authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent 6ebf5341
......@@ -428,7 +428,6 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
} else {
smsEmployee.setMessage("短信发送失败");
employeeService.updateById(smsEmployee);
return R.failed("短信发送失败");
}
}
}
......@@ -472,7 +471,6 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
} else {
smsEmployee.setMessage("短信发送失败");
employeeService.updateById(smsEmployee);
return R.failed("短信发送失败");
}
}
}
......
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