employeeService查询外部 fixBug
This commit is contained in:
parent
32b1a2db48
commit
7b0e1cb1f3
|
|
@ -123,7 +123,6 @@ public class SalaryEmployeeServiceImpl extends Service implements SalaryEmployee
|
|||
}
|
||||
}
|
||||
return employBiz.getEmployeeById(employeeId);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -215,6 +214,6 @@ public class SalaryEmployeeServiceImpl extends Service implements SalaryEmployee
|
|||
if(openExtEmp){
|
||||
result.addAll(getExtEmpService(user).listByParams(includeQueryParams));
|
||||
}
|
||||
return employBiz.listByParams(includeQueryParams);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue