Commit 3dca0105 authored by Liu lu's avatar Liu lu

获取用户领导的部门id数组

parent 1c30f193
......@@ -56,4 +56,11 @@ interface AuthenticationInterface
*/
public function getUserDataAuth($uid,$code,$appName);
/**
* 获取用户领导的部门id数组 (包含正副职管理者)
* @param $userId
* @return array
*/
public function leadDeptIds($userId);
}
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