Commit 43e375a4 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent e969cc19
......@@ -370,7 +370,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
}
registrationNow.setProcessStatus(CommonConstants.ZERO_STRING);
logService.saveLog(registration.getId(), CommonConstants.ZERO_STRING,RegistConstants.CONFIRM_SUBMIT, registration.getProjectCreateTime(),
registration.getRegistorUsername(),RegistConstants.BEFORE_IN_PROJECT);
registrationNow.getRegistorUsername(),RegistConstants.BEFORE_IN_PROJECT);
baseMapper.updateById(registrationNow);
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