SHOW FULL COLUMNS FROM `ept_user` [ RunTime:0.000641s ]
SELECT `username` FROM `ept_user` WHERE `token` IS NULL LIMIT 1 [ RunTime:0.000484s ]
SHOW FULL COLUMNS FROM `ept_news_type` [ RunTime:0.000531s ]
SELECT * FROM `ept_news_type` ORDER BY `sort` [ RunTime:0.000304s ]
SHOW FULL COLUMNS FROM `ept_news` [ RunTime:0.000509s ]
SELECT COUNT(*) AS think_count FROM `ept_news` `n` LEFT JOIN `ept_news_type` `t` ON `n`.`pid`=`t`.`id` WHERE `n`.`status` = '1' AND `n`.`pid` = '1' LIMIT 1 [ RunTime:0.000453s ]
SELECT `n`.*,t.title as type_title FROM `ept_news` `n` LEFT JOIN `ept_news_type` `t` ON `n`.`pid`=`t`.`id` WHERE `n`.`status` = '1' AND `n`.`pid` = '1' ORDER BY `n`.`sort` DESC,`n`.`date` DESC LIMIT 40,10 [ RunTime:0.000639s ]