SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001564s ]
SELECT * FROM `qf_conf` [ RunTime:0.001174s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.001316s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.001089s ]
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` = 6443 LIMIT 1 [ RunTime:0.000782s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 0 [ RunTime:0.000600s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6443 [ RunTime:0.002951s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000589s ]
SELECT a.*, (IF(title LIKE '%名%' OR description LIKE '%名%', 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) + 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 '%柯南%' OR `description` LIKE '%柯南%' OR `title` LIKE '%独眼%' OR `description` LIKE '%独眼%' OR `title` LIKE '%的%' OR `description` LIKE '%的%' OR `title` LIKE '%残像%' OR `description` LIKE '%残像%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 6443 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.002527s ]