songxingwei 2 years ago
parent
commit
d7efa63e5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/service/UserAdminService.php

+ 1 - 1
app/data/service/UserAdminService.php

@@ -85,7 +85,7 @@ class UserAdminService extends Service
         $map = ['id' => $uuid, 'deleted' => 0];
         $user = DataUser::mk()
             ->where($map)
-            ->with(['pooltalent','maintenance'])
+            ->with(['pooltalent','maintenance','shipyard'])
             ->findOrEmpty();
         if ($user->isEmpty()) throw new Exception('用户还没有注册!');
         // 用户认证令牌处理