From b0fe4fb369ac0fbcf2a02cfb8c9530cec497feaf Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Wed, 17 Jul 2024 10:22:43 +0800 Subject: [PATCH] 1 --- app/api/controller/Invite.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/controller/Invite.php b/app/api/controller/Invite.php index 069ac86d..8f23d2b0 100644 --- a/app/api/controller/Invite.php +++ b/app/api/controller/Invite.php @@ -103,7 +103,6 @@ class Invite extends Controller $list = $applyModel->whereIn('user_id', $user_ids) ->with(['avatarImg']) ->where(['status' => $status]) - ->field(['username', 'mobile', 'avatar_id', 'create_time']) ->order('id desc') ->paginate(15); $data['list'] = $list->items();