Commit 16775d3d authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent 6a59ecd7
...@@ -943,7 +943,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -943,7 +943,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
registration.setProcessStatus(CommonConstants.TWO_STRING); registration.setProcessStatus(CommonConstants.TWO_STRING);
baseMapper.updateById(registration); baseMapper.updateById(registration);
logService.saveInnerLog(registration.getId(), CommonConstants.ZERO_STRING, RegistConstants.MESSAGE_FINISH, searchCspVo.getEmpCreateAndLeaveTime(), logService.saveInnerLog(registration.getId(), CommonConstants.ZERO_STRING, RegistConstants.MESSAGE_FINISH, searchCspVo.getEmpCreateAndLeaveTime(),
searchCspVo.getEmpCreateAndLeaveUser(),RegistConstants.BEFORE_IN_PROJECT,searchCspVo.getUserId() ); searchCspVo.getEmpCreateAndLeaveUser(),"",searchCspVo.getUserId() );
return null; return null;
} else { } else {
List<TEmployeeProjectBelongDept> belongDeptList = baseMapper.getZeroRegistrationByIdCard(searchCspVo); List<TEmployeeProjectBelongDept> belongDeptList = baseMapper.getZeroRegistrationByIdCard(searchCspVo);
......
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