Commit 3c07db7b authored by gongyuanbiao's avatar gongyuanbiao

getTeamUserByUserIds

parent e93d0319
...@@ -280,5 +280,14 @@ interface BaseInfoServiceInterface ...@@ -280,5 +280,14 @@ interface BaseInfoServiceInterface
* @param int $userId * @param int $userId
*/ */
public function getUserSite(int $userId); public function getUserSite(int $userId);
/**
* 通过用户id判断是否是团队负责人 是--返回团队所有成员 不是--[]
* @param array $teamIds 默认去重
* @param array $columns 用户字段,默认['id', 'name']
* @return array
*/
public function getTeamUserByUserIds($userId);
} }
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