SHOW FULL COLUMNS FROM `box_news_shop` [ RunTime:0.002392s ]
SELECT * FROM `box_news_shop` WHERE `id` = 4 LIMIT 1 [ RunTime:0.000989s ]
SELECT * FROM `box_news_shop` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000972s ]
SHOW FULL COLUMNS FROM `box_news_shop_comment` [ RunTime:0.001696s ]
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` = '4' ORDER BY `c`.`id` DESC [ RunTime:0.000595s ]