table('cy_ad')->cache(Config::get('QUERY_RESULT_CACHE_TIME'))->where('type',99)->order('sort asc,create_time asc')->find(); return $adInfo; } }