SHOW FULL COLUMNS FROM `box_news_shop` [ RunTime:0.002161s ]
SELECT * FROM `box_news_shop` WHERE `id` = 6 LIMIT 1 [ RunTime:0.000561s ]
SELECT * FROM `box_news_shop` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000531s ]
SHOW FULL COLUMNS FROM `box_news_shop_comment` [ RunTime:0.001799s ]
SELECT `c`.`id`,`c`.`news_id`,`c`.`comm_id`,`c`.`content`,`c`.`user_id`,`c`.`create_time`,`c`.`is_close`,`u`.`user_nickname` FROM `box_news_shop_comment` `c` LEFT JOIN `box_user` `u` ON `c`.`user_id`=`u`.`id` WHERE `c`.`news_id` = '6' ORDER BY `c`.`id` DESC [ RunTime:0.001388s ]