Commit cb3471b6 authored by fuyunnan's avatar fuyunnan

Merge branch 'master' into store-auto-stock

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