SHOW FULL COLUMNS FROM `fqi_branch_city_news` [ RunTime:0.002838s ]
SELECT * FROM `fqi_branch_city_news` `a` LEFT JOIN `fqi_branch_city_news_body` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`id` = '576' AND `city_status` = 1 AND `status` = 1 AND `gid` = 14 LIMIT 1 [ RunTime:0.002003s ]
(select id,name from fqi_branch_city_news where city_id = '136' and id < '576' order by id desc limit 1) union all(select id,name from fqi_branch_city_news where city_id = '136' and id > '576' order by id asc limit 1) [ RunTime:0.003192s ]
SELECT `id`,`name` FROM `fqi_branch_city_news` WHERE `gid` = 14 AND `city_id` = 136 AND `status` = 1 AND `city_status` = 1 AND `id` < 576 ORDER BY `id` DESC LIMIT 20 [ RunTime:0.000902s ]
UPDATE fqi_branch_city_news SET hits=hits+1 WHERE id=576; [ RunTime:0.008453s ]