Commit d83cce7e authored by Liu lu's avatar Liu lu

获取用户领导的团队id数组

parent c0bfd796
......@@ -63,4 +63,12 @@ interface AuthenticationInterface
* @return array
*/
public function leadDeptIds($userId);
/**
* 获取用户领导的团队id数组
* @param $userId
* @return array
*/
public function leadTeamIdsByUsers($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