SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001035s ]
SELECT * FROM `qf_conf` [ RunTime:0.000661s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.000860s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.000816s ]
SELECT source_id as id,`source_category_id`,`title`,`url`,create_time as time,`vod_content`,`vod_pic`,`is_type` FROM `qf_source` WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 4710 LIMIT 1 [ RunTime:0.000663s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 3 [ RunTime:0.000465s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 4710 [ RunTime:0.002657s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000537s ]
SELECT a.*, (IF(title LIKE '%青川%' OR description LIKE '%青川%', 1, 0) + IF(title LIKE '%入梦%' OR description LIKE '%入梦%', 1, 0) + IF(title LIKE '%18全 超清1080p%' OR description LIKE '%18全 超清1080p%', 1, 0) + IF(title LIKE '%百度%' OR description LIKE '%百度%', 1, 0) + IF(title LIKE '%网盘%' OR description LIKE '%网盘%', 1, 0) + IF(title LIKE '%%' OR description LIKE '%%', 1, 0)) as weight FROM `qf_source` `a` WHERE `status` = 1 AND `is_delete` = 0 AND ( `title` LIKE '%青川%' OR `description` LIKE '%青川%' OR `title` LIKE '%入梦%' OR `description` LIKE '%入梦%' OR `title` LIKE '%18全 超清1080p%' OR `description` LIKE '%18全 超清1080p%' OR `title` LIKE '%百度%' OR `description` LIKE '%百度%' OR `title` LIKE '%网盘%' OR `description` LIKE '%网盘%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 4710 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.001755s ]