Commit 6a435d5f authored by zhangdongying's avatar zhangdongying

获取部门下属用户列表

parent bd7d5de7
......@@ -179,4 +179,13 @@ interface UserServiceInterface
*/
public function getPurchaseUserAccess();
/**
* 获取部门下属用户列表
*
* @param int $userId 用户ID
* @param array $columns 列表字段
* @param array $relations 关联
* @return array
*/
public function getDepartmentSubordinateUserList(int $userId, array $columns = ['*'], array $relations = []): 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