pull/5/head
wanghousheng 4 months ago
parent 2e37f8e94e
commit b0fe4fb369
  1. 1
      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();

Loading…
Cancel
Save