在这里插入代码片$users = User::where('status', '=', 1)->select(); $userArray = collection($users)->toArray();