Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
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
1
Merge Requests
1
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-micro
Commits
9af28c44
Commit
9af28c44
authored
Oct 27, 2020
by
王源
🎧
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'user-rpc' into test
parents
3eb57671
6de0b9f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
Department.php
src/Constants/Department.php
+15
-0
UserServiceInterface.php
src/Service/Interfaces/UserServiceInterface.php
+10
-0
No files found.
src/Constants/Department.php
0 → 100644
View file @
9af28c44
<?php
/**
* Created by PhpStorm.
* User: Zero
* Time: 2020/10/27 9:21
*/
namespace
Meibuyu\Micro\Constants
;
class
Department
{
const
HR
=
18
;
}
src/Service/Interfaces/UserServiceInterface.php
View file @
9af28c44
...
...
@@ -121,4 +121,14 @@ interface UserServiceInterface
*/
public
function
getDirectLeadersByIds
(
$userIds
);
/**
* 判断用户是否属于某个部门
* @param mixed $userId 用户id
* @param mixed $deptId 部门id,判断多个部门传数组
* @param bool $withChildren 是否包含子部门,默认false
* @return bool
* @author Zero
*/
public
function
belongToDepartments
(
$userId
,
$deptId
,
$withChildren
=
false
)
:
bool
;
}
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