SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001218s ]
SELECT * FROM `qf_conf` [ RunTime:0.000728s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.000877s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.000883s ]
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` = 6456 LIMIT 1 [ RunTime:0.000569s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 0 [ RunTime:0.000415s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6456 [ RunTime:0.003064s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000566s ]
SELECT a.*, (IF(title LIKE '%淬火%' OR description LIKE '%淬火%', 1, 0) + IF(title LIKE '%年代%' OR description LIKE '%年代%', 1, 0) + IF(title LIKE '%2025%' OR description LIKE '%2025%', 1, 0) + IF(title LIKE '%更新%' OR description LIKE '%更新%', 1, 0) + IF(title LIKE '%至22集%' OR description LIKE '%至22集%', 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 '%2025%' OR `description` LIKE '%2025%' OR `title` LIKE '%更新%' OR `description` LIKE '%更新%' OR `title` LIKE '%至22集%' OR `description` LIKE '%至22集%' OR `title` LIKE '%国剧%' OR `description` LIKE '%国剧%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 6456 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.002541s ]