where('username', 'like', "%{$params['username']}%"); } // 查询列表数据 return $model->order(['create_time' => 'desc']) ->paginate($params); } }