Commit c822e409 authored by carlos's avatar carlos

根据部门获取团队

parent caf9bffb
...@@ -25,4 +25,5 @@ interface TeamServiceInterface ...@@ -25,4 +25,5 @@ interface TeamServiceInterface
*/ */
public function getTeamByDepartmentIds($departmentIds, array $relations = [], array $columns = ['id', 'pid', "name", "leader_user_id", "department_id",'status','is_disabled']): array; public function getTeamByDepartmentIds($departmentIds, array $relations = [], array $columns = ['id', 'pid', "name", "leader_user_id", "department_id",'status','is_disabled']): array;
} }
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