SHOW FULL COLUMNS FROM `fqi_city_news` [ RunTime:0.004820s ]
SELECT * FROM `fqi_city_news` `a` LEFT JOIN `fqi_city_news_content` `b` ON `a`.`content_id`=`b`.`news_content_id` WHERE `content_id` = 2027 AND `news_status` = 1 AND `city_status` = 1 AND `news_time` <= '2025-06-07 12:30:17' AND `price` > '0' AND `gid` = 7 LIMIT 1 [ RunTime:0.000601s ]
SELECT * FROM `fqi_city_news` WHERE `city_id` = 3 AND `content_id` < 2027 AND `gid` = 7 AND `city_status` = 1 AND `news_status` = 1 AND `news_time` <= '2025-06-07 12:30:17' AND `price` > '0' AND `custom_class_id` = 16 ORDER BY `content_id` DESC LIMIT 10 [ RunTime:0.004114s ]
SHOW FULL COLUMNS FROM `fqi_city_custom_class` [ RunTime:0.011361s ]
SELECT * FROM `fqi_city_custom_class` WHERE `class_status` = 1 ORDER BY `class_no` DESC,`class_id` ASC [ RunTime:0.017796s ]
(select content_id,news_name from fqi_city_news where city_id = '3' and content_id < '2027' and news_time <= '2025-06-07 12:30:17' and price > 0 order by content_id desc limit 1) union all(select content_id,news_name from fqi_city_news where city_id = '3' and content_id > '2027' and news_time <= '2025-06-07 12:30:17' and price > 0 order by content_id asc limit 1) [ RunTime:0.010945s ]