Commit 841d5a7a authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent c7f7cf9c
No related merge requests found
......@@ -656,7 +656,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
registration.setProcessStatus(CommonConstants.THREE_STRING);
//新增拒绝入职操作记录
logService.saveLog(registration.getId(), CommonConstants.ZERO_STRING, RegistConstants.BACK_RECEIVE, LocalDateTime.now(),
updateVo.getEmployeeName(), updateVo.getReason());
updateVo.getEmployeeName(), "拒绝入职原因:" + updateVo.getReason());
}
return R.ok();
}
......
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