Commit 94b2d913 authored by 王源's avatar 王源 🎧

添加获取带有领导真实信息的用户列表

parent da399fb0
......@@ -73,4 +73,13 @@ interface UserServiceInterface
*/
public function allWithLeader(): array;
/**
* 获取带有领导真实信息的用户列表
* @param int $userId
* @param array $idList 可包含[-1,-2,-3]
* @param array $columns
* @return array
*/
public function getListWithLeader(int $userId, array $idList = [], array $columns = ['id', 'name']): array;
}
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