Commit 60a869a8 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 6e7ce428 00725050
...@@ -306,4 +306,19 @@ interface BaseInfoServiceInterface ...@@ -306,4 +306,19 @@ interface BaseInfoServiceInterface
public function getDepartmentSubLeaderByUserId($userId); public function getDepartmentSubLeaderByUserId($userId);
/**
* Notes: 根据部门获取team id
* User: carlos
* DateTime: 2023/8/14 17:23
*/
public function getTeamByDepartmentIds(array $departmentIds);
/**
* Notes: 根据部门获取站点id
* User: carlos
* DateTime: 2023/8/15 9:42
* @param array $departmentIds
* @return mixeds
*/
public function getSiteByDepartmentIds(array $departmentIds);
} }
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