Commit 8fffd198 authored by  林继鑫's avatar 林继鑫

上下级关系

parent ed6441eb
......@@ -321,4 +321,12 @@ interface BaseInfoServiceInterface
* @return mixeds
*/
public function getSiteByDepartmentIds(array $departmentIds);
/**
* 通过用户获取下级,否则返回为空
* @param $id
* @return mixed
*/
public function getDepartmentSubUserIds($id);
}
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