SHOW FULL COLUMNS FROM `news_category` [ RunTime:0.003149s ]
SELECT * FROM `news_category` ORDER BY sort_by desc LIMIT 0,10 [ RunTime:0.002856s ]
SHOW FULL COLUMNS FROM `news` [ RunTime:0.003330s ]
SELECT `id`,`title`,`img`,`seo_title`,`seo_keywords`,`seo_description`,`add_time`,`update_time`,`source`,`author`,`type`,`view_num`,`comment_num`,`description` FROM `news` WHERE `type` = 2 AND `is_del` = 0 AND `is_show` = 1 ORDER BY update_time desc LIMIT 0,10 [ RunTime:0.003010s ]