Commit df4a6269 authored by gongyuanbiao's avatar gongyuanbiao

getTeamIdsByUserId

parent d9b9bb4b
...@@ -290,4 +290,13 @@ interface BaseInfoServiceInterface ...@@ -290,4 +290,13 @@ interface BaseInfoServiceInterface
*/ */
public function getTeamUserByUserIds($userId); public function getTeamUserByUserIds($userId);
/**
* 通过用户id获取团队id
* @param array $teamIds 默认去重
* @param array $columns 用户字段,默认['id', 'name']
* @return array
*/
public function getTeamIdsByUserId($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