Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-rpc
Commits
042a557f
Commit
042a557f
authored
Nov 23, 2020
by
王源
🎧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整rpc方法为通过职级id数组获取用户占比数组
parent
e3755c22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
BaseInfoServiceInterface.php
src/Service/Interfaces/BaseInfoServiceInterface.php
+8
-0
UserServiceInterface.php
src/Service/Interfaces/UserServiceInterface.php
+0
-10
No files found.
src/Service/Interfaces/BaseInfoServiceInterface.php
View file @
042a557f
...
...
@@ -196,4 +196,12 @@ interface BaseInfoServiceInterface
*/
public
function
departments
(
array
$relations
=
[],
array
$columns
=
[
'*'
])
:
array
;
/**
* 通过职级id数组获取用户占比数组
* @param array $positionLevelIds 职级id数组,默认去重
* @return array
* @author Zero
*/
public
function
getRateByPositionLevelIds
(
array
$positionLevelIds
)
:
array
;
}
src/Service/Interfaces/UserServiceInterface.php
View file @
042a557f
...
...
@@ -139,14 +139,4 @@ interface UserServiceInterface
*/
public
function
belongToDepartments
(
$userId
,
$deptId
,
$withChildren
=
false
)
:
bool
;
/**
* 通过职级id数组获取用户数组
* @param array $positionLevelIds 职级id数组,默认去重
* @param array $columns 用户字段,默认['id', 'name','position_id']
* @param bool $withChildren 是否包含子职级,默认false
* @return array
* @author Zero
*/
public
function
getListByPositionLevelIds
(
array
$positionLevelIds
,
$withChildren
=
false
,
$columns
=
[
'id'
,
'name'
,
'position_id'
])
:
array
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment