超管后台 - 对接项目关联子账号列表 至后台
This commit is contained in:
@@ -24,7 +24,7 @@ class GetCompanySubusersForProfileController extends Controller
|
||||
'isAdmin' => 0
|
||||
];
|
||||
|
||||
return UserModel::field('id,account,username,avatar,status,createTime,typeId')->where($where)->select()->toArray();
|
||||
return UserModel::field('id,account,phone,username,avatar,status,createTime,typeId')->where($where)->select()->toArray();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user