SHOW FULL COLUMNS FROM `box_news` [ RunTime:0.005153s ]
SELECT * FROM `box_news` WHERE `id` = 2 LIMIT 1 [ RunTime:0.001427s ]
SELECT * FROM `box_news` `c` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000538s ]
SHOW FULL COLUMNS FROM `box_news_comment` [ RunTime:0.012946s ]
SELECT `c`.`id`,`c`.`news_id`,`c`.`comm_id`,`c`.`content`,`c`.`user_id`,`c`.`create_time`,`c`.`is_close`,`u`.`user_nickname`,`u`.`avatar` FROM `box_news_comment` `c` LEFT JOIN `box_user` `u` ON `u`.`id`=`c`.`user_id` WHERE `c`.`news_id` = '2' ORDER BY `c`.`id` DESC [ RunTime:0.004153s ]
SHOW FULL COLUMNS FROM `box_option` [ RunTime:0.007123s ]
SELECT `option_value` FROM `box_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000681s ]