Commit c40f2d0d authored by 王源's avatar 王源 🎧

Merge branch 'user-rpc' into test

parents bda880c0 a1166f42
......@@ -114,4 +114,11 @@ interface UserServiceInterface
*/
public function getDirectLeader($userId);
/**
* 获取多个用户的直属领导
* @param array $userIds 用户id数组,默认去重
* @return array 直属领导数组,key值为用户id
*/
public function getDirectLeadersByIds($userIds);
}
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