Commit 58cac23b by 杨树贤

加上新部门

parent c1c07301
Showing with 2 additions and 0 deletions
...@@ -128,6 +128,8 @@ class IntracodeModel extends Model ...@@ -128,6 +128,8 @@ class IntracodeModel extends Model
$usersOperation = $departmentService->getUserByDepartmentId(9); $usersOperation = $departmentService->getUserByDepartmentId(9);
//采购部 //采购部
$userChannel = $departmentService->getUserByDepartmentId(8); $userChannel = $departmentService->getUserByDepartmentId(8);
$userChannel2 = $departmentService->getUserByDepartmentId(113);
$userChannel = array_merge($userChannel, $userChannel2);
$users = array_merge(array_merge($usersMarket, $usersOperation), $userChannel); $users = array_merge(array_merge($usersMarket, $usersOperation), $userChannel);
$userIds = array_column($users, 'userId'); $userIds = array_column($users, 'userId');
$users = $this->getEncodeByUserIds($userIds, $includeResign); $users = $this->getEncodeByUserIds($userIds, $includeResign);
......
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 sign in to comment