SHOW FULL COLUMNS FROM `box_news` [ RunTime:0.010778s ]
SELECT * FROM `box_news` WHERE `id` = 2 LIMIT 1 [ RunTime:0.001674s ]
SELECT * FROM `box_news` `c` WHERE `id` > 0 ORDER BY `id` DESC [ RunTime:0.000826s ]
SHOW FULL COLUMNS FROM `box_news_comment` [ RunTime:0.007942s ]
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.009293s ]
SHOW FULL COLUMNS FROM `box_option` [ RunTime:0.012102s ]
SELECT `option_value` FROM `box_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000903s ]