SHOW FULL COLUMNS FROM `box_news_international` [ RunTime:0.001172s ]
SELECT * FROM `box_news_international` WHERE `id` = 6 LIMIT 1 [ RunTime:0.000528s ]
SELECT * FROM `box_news_international` `c` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000545s ]
SHOW FULL COLUMNS FROM `box_news_international_comment` [ RunTime:0.000965s ]
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_international_comment` `c` LEFT JOIN `box_user` `u` ON `u`.`id`=`c`.`user_id` WHERE `c`.`news_id` = '6' ORDER BY `c`.`id` DESC [ RunTime:0.000701s ]
SHOW FULL COLUMNS FROM `box_option` [ RunTime:0.000943s ]
SELECT `option_value` FROM `box_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000750s ]