SHOW FULL COLUMNS FROM `box_news_international` [ RunTime:0.006605s ]
SELECT * FROM `box_news_international` WHERE `id` = 6 LIMIT 1 [ RunTime:0.002638s ]
SELECT * FROM `box_news_international` `c` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000904s ]
SHOW FULL COLUMNS FROM `box_news_international_comment` [ RunTime:0.005534s ]
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.003699s ]
SHOW FULL COLUMNS FROM `box_option` [ RunTime:0.003053s ]
SELECT `option_value` FROM `box_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000591s ]