SHOW FULL COLUMNS FROM `fqi_city_news` [ RunTime:0.001735s ]
SELECT * FROM `fqi_city_news` `a` LEFT JOIN `fqi_city_news_content` `b` ON `a`.`content_id`=`b`.`news_content_id` WHERE `content_id` = 713 AND `news_status` = 1 AND `city_status` = 1 AND `news_time` <= '2025-06-20 22:35:09' AND `price` > '0' AND `gid` = 14 LIMIT 1 [ RunTime:0.003705s ]
SELECT * FROM `fqi_city_news` WHERE `city_id` = 14 AND `content_id` < 713 AND `gid` = 14 AND `city_status` = 1 AND `news_status` = 1 AND `news_time` <= '2025-06-20 22:35:09' AND `price` > '0' AND `custom_class_id` = 16 ORDER BY `content_id` DESC LIMIT 10 [ RunTime:0.001619s ]
SHOW FULL COLUMNS FROM `fqi_city_custom_class` [ RunTime:0.001178s ]
SELECT * FROM `fqi_city_custom_class` WHERE `class_status` = 1 ORDER BY `class_no` DESC,`class_id` ASC [ RunTime:0.000352s ]
(select content_id,news_name from fqi_city_news where city_id = '14' and content_id < '713' and news_time <= '2025-06-20 22:35:09' and price > 0 order by content_id desc limit 1) union all(select content_id,news_name from fqi_city_news where city_id = '14' and content_id > '713' and news_time <= '2025-06-20 22:35:09' and price > 0 order by content_id asc limit 1) [ RunTime:0.001590s ]