SHOW FULL COLUMNS FROM `box_news_international` [ RunTime:0.002157s ]
SELECT * FROM `box_news_international` WHERE `id` = 3 LIMIT 1 [ RunTime:0.000672s ]
SELECT * FROM `box_news_international` `c` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000597s ]
SHOW FULL COLUMNS FROM `box_news_international_comment` [ RunTime:0.004953s ]
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` = '3' ORDER BY `c`.`id` DESC [ RunTime:0.002203s ]
SHOW FULL COLUMNS FROM `box_option` [ RunTime:0.004589s ]
SELECT `option_value` FROM `box_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.001091s ]