Commit 0833461c authored by fuyunnan's avatar fuyunnan

Merge branch 'master' into feature-webp-download

parents fef82d6c 042a557f
...@@ -196,4 +196,12 @@ interface BaseInfoServiceInterface ...@@ -196,4 +196,12 @@ interface BaseInfoServiceInterface
*/ */
public function departments(array $relations = [], array $columns = ['*']): array; public function departments(array $relations = [], array $columns = ['*']): array;
/**
* 通过职级id数组获取用户占比数组
* @param array $positionLevelIds 职级id数组,默认去重
* @return array
* @author Zero
*/
public function getRateByPositionLevelIds(array $positionLevelIds): 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