|
@@ -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('用户还没有注册!');
|