Commit 9e645010 authored by 王源's avatar 王源 🎧

添加获取用户直属领导

parent 78d2df4d
......@@ -11,6 +11,7 @@ namespace Meibuyu\Micro\Constants;
class SpecialUserId
{
const BOSS = 38; // 王大抗
const ZHANG_TING_TING = 83; // 张婷婷
const CAI_YA_XIANG = 85; // 蔡亚祥
const CAI_HONG_SHAN = 86; // 蔡红山
......
......@@ -107,4 +107,11 @@ interface UserServiceInterface
*/
public function updateAssessmentPlan($userId, array $attributes);
/**
* 获取用户直属领导
* @param 用户id $userId
* @return array
*/
public function getDirectLeader($userId);
}
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