|
@@ -92,9 +92,6 @@ class UserAdminService extends Service
|
|
|
},'maintenance','shipyard','merchants'])
|
|
|
->findOrEmpty();
|
|
|
if ($user->isEmpty()) throw new Exception('用户还没有注册!');
|
|
|
- if ($user['pooltalent']){
|
|
|
- $user['pooltalent']['zcname'] = DataZhicheng::mk()->where('id',$user['pooltalent']['zc_id'])->value('name');
|
|
|
- }
|
|
|
// 用户认证令牌处理
|
|
|
$map = ['uuid' => $uuid, 'type' => $type];
|
|
|
if (!($access = DataUserToken::mk()->where($map)->find())) {
|