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

添加获取多个用户的直属领导

parent 36c40cb5
...@@ -114,4 +114,11 @@ interface UserServiceInterface ...@@ -114,4 +114,11 @@ interface UserServiceInterface
*/ */
public function getDirectLeader($userId); 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