Commit caf9bffb authored by carlos's avatar carlos

根据部门获取团队

parent 6474bc9a
......@@ -17,4 +17,12 @@ interface TeamServiceInterface
* @return array
*/
public function getDepartmentTeamsByTeamIds(array $teamIds, array $columns = ['*']): array;
/**
* Notes: 根据部门获取团队
* return 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