SHOW FULL COLUMNS FROM `box_news_shop` [ RunTime:0.001586s ]
SELECT * FROM `box_news_shop` WHERE `id` = 8 LIMIT 1 [ RunTime:0.000402s ]
SELECT * FROM `box_news_shop` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000383s ]
SHOW FULL COLUMNS FROM `box_news_shop_comment` [ RunTime:0.001247s ]
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` = '8' ORDER BY `c`.`id` DESC [ RunTime:0.001118s ]