where('bid', $params['bid']); return $search_object->paginate(); } /** * 添加信息 */ static function addItem($data) { return self::create($data); } }