Commit 043cf0e5 authored by 秦俊坤's avatar 秦俊坤

方法名称调整

parent 9277a269
......@@ -17,5 +17,5 @@ interface TeamServiceInterface
* @param array|string[] $columns
* @return array
*/
public function getDepartmentTeamsByTeamId(array $teamIds, array $columns = ['*']): array;
public function getDepartmentTeamsByTeamIds(array $teamIds, array $columns = ['*']): array;
}
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