diff --git a/app/Admin/Controllers/UserController.php b/app/Admin/Controllers/UserController.php index e560fcac..e51b6bfb 100644 --- a/app/Admin/Controllers/UserController.php +++ b/app/Admin/Controllers/UserController.php @@ -164,7 +164,7 @@ class UserController extends AdminController $show->field('user_info.growth_value', '成长值'); $show->field('profit'); - $show->field('inviter_info.is_company', '员工')->as(function ($v) { + $show->field('user_info.is_company', '员工')->as(function ($v) { return $v ? '是' : '否'; }); $show->field('vip_expired');