SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001092s ]
SELECT * FROM `qf_conf` [ RunTime:0.000725s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.000758s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.000831s ]
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` = 6406 LIMIT 1 [ RunTime:0.000630s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 0 [ RunTime:0.000439s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6406 [ RunTime:0.002988s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000579s ]
SELECT a.*, (IF(title LIKE '%脱口秀%' OR description LIKE '%脱口秀%', 1, 0) + IF(title LIKE '%和%' OR description LIKE '%和%', 1, 0) + IF(title LIKE '%ta的%' OR description LIKE '%ta的%', 1, 0) + IF(title LIKE '%朋友们%' OR description LIKE '%朋友们%', 1, 0) + IF(title LIKE '%12季%' OR description LIKE '%12季%', 1, 0) + IF(title LIKE '%更新%' OR description LIKE '%更新%', 1, 0) + IF(title LIKE '%至07%' OR description LIKE '%至07%', 1, 0) + IF(title LIKE '%01期%' OR description LIKE '%01期%', 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 '%ta的%' OR `description` LIKE '%ta的%' OR `title` LIKE '%朋友们%' OR `description` LIKE '%朋友们%' OR `title` LIKE '%12季%' OR `description` LIKE '%12季%' OR `title` LIKE '%更新%' OR `description` LIKE '%更新%' OR `title` LIKE '%至07%' OR `description` LIKE '%至07%' OR `title` LIKE '%01期%' OR `description` LIKE '%01期%' OR `title` LIKE '%真人%' OR `description` LIKE '%真人%' OR `title` LIKE '%秀%' OR `description` LIKE '%秀%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 6406 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.002896s ]