SHOW FULL COLUMNS FROM `box_news_shop` [ RunTime:0.002926s ]
SELECT * FROM `box_news_shop` WHERE `id` = 3 LIMIT 1 [ RunTime:0.001185s ]
SELECT * FROM `box_news_shop` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000601s ]
SHOW FULL COLUMNS FROM `box_news_shop_comment` [ RunTime:0.002026s ]
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` = '3' ORDER BY `c`.`id` DESC [ RunTime:0.001338s ]