SHOW FULL COLUMNS FROM `ea8_news_info` [ RunTime:0.001173s ]
SELECT `a`.`title`,`a`.`create_time`,`a`.`content` FROM `ea8_news_info` `a` INNER JOIN `ea8_news_type` `w` ON `a`.`type_id`=`w`.`id` WHERE `a`.`status` = '1' AND `a`.`id` = '160' ORDER BY `a`.`sort` DESC,`a`.`create_time` DESC [ RunTime:0.000741s ]
SELECT `a`.`id`,`a`.`title`,`a`.`images`,`a`.`create_time`,`a`.`content` FROM `ea8_news_info` `a` INNER JOIN `ea8_news_type` `w` ON `a`.`type_id`=`w`.`id` WHERE `a`.`status` = '1' ORDER BY `a`.`sort` DESC,`a`.`create_time` DESC LIMIT 5 [ RunTime:0.007451s ]