employeeService查询外部 fixBug

This commit is contained in:
Harryxzy 2023-03-13 15:57:12 +08:00
parent 32b1a2db48
commit 7b0e1cb1f3
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
}