SHOW FULL COLUMNS FROM `box_news_shop` [ RunTime:0.002512s ]
SELECT * FROM `box_news_shop` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000527s ]
SELECT * FROM `box_news_shop` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000558s ]
SHOW FULL COLUMNS FROM `box_news_shop_comment` [ RunTime:0.001583s ]
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` = '1' ORDER BY `c`.`id` DESC [ RunTime:0.001302s ]