Commit 4d10a1ef authored by DESKTOP-J74Q997\abc's avatar DESKTOP-J74Q997\abc

通过部门id获取该部门下面所有用户id

parent ae86b688
......@@ -100,4 +100,11 @@ interface AccessServiceInterface
*/
public function getDepartmentUserIdsWithId($userId);
/**
* 通过部门id获取该部门下面所有用户id
* @param $departmentId
* @return mixed
*/
public function getUserIdWithDepartmentId($departmentId);
}
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