Commit cdca4b29 authored by Rajeshekar's avatar Rajeshekar

MT-55[Rajeshekar]: Fixed the import employee details ,Active status

issue
parent 0fb91dc6
...@@ -111,8 +111,7 @@ public class UserServiceImpl implements UserService { ...@@ -111,8 +111,7 @@ public class UserServiceImpl implements UserService {
public EmployeeRoles assigingEmployeeRole(EmployeeRoles employeeRoles) public EmployeeRoles assigingEmployeeRole(EmployeeRoles employeeRoles)
throws MyTimeException { throws MyTimeException {
employeeRoles.setCreatedOn(new Date()); employeeRoles.setCreatedOn(new Date());
employeeRoles.setEmpStatus("Active");
employeeRoles.setEmploymentType("Full Time");
ProjectTeamMate newBenchAllocation = new ProjectTeamMate(); ProjectTeamMate newBenchAllocation = new ProjectTeamMate();
newBenchAllocation.setAccount("Nisum"); newBenchAllocation.setAccount("Nisum");
......
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