songxingwei 2 年之前
父节点
当前提交
00f25954ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/data/service/UserAdminService.php

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

@@ -90,7 +90,7 @@ class UserAdminService extends Service
             ->with(['pooltalent'=>function($query){
                 $query->with(['zc'=>function($q){
                     $q->field('id,name');
-                }]);
+                },'gzll']);
             },'maintenance','shipyard','merchants'])
             ->findOrEmpty();
         if ($user->isEmpty()) throw new Exception('用户还没有注册!');