Commit 23172590 authored by 王源's avatar 王源 🎧

修改判断用户是否在业务部门rpc方法

parent c052a0ac
......@@ -13,11 +13,10 @@ interface AccessServiceInterface
/**
* 判断用户是否在业务部门(包括子部门)
* @param $inDeptIds
* @param $allDeptIds
* @param $userId
* @return mixed
*/
public function inBusinessDepartment($inDeptIds, $allDeptIds);
public function isBusinessDepartment($userId);
/**
* 获取用户领导的部门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