Commit 7e577f9e authored by carlos's avatar carlos

根据部门获取团队

parent 251efa15
...@@ -306,4 +306,10 @@ interface BaseInfoServiceInterface ...@@ -306,4 +306,10 @@ interface BaseInfoServiceInterface
public function getDepartmentSubLeaderByUserId($userId); public function getDepartmentSubLeaderByUserId($userId);
/**
* Notes: 根据部门获取站点id
* User: carlos
* DateTime: 2023/8/14 17:23
*/
public function getTeamByDepartmentIds(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