Commit 3645d5d7 authored by 秦俊坤's avatar 秦俊坤

Merge remote-tracking branch 'origin/develop' into develop

parents eec2f18a 3c07db7b
......@@ -280,5 +280,14 @@ interface BaseInfoServiceInterface
* @param 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