SHOW FULL COLUMNS FROM `ept_substation` [ RunTime:0.000475s ]
SELECT * FROM `ept_substation` WHERE `domain` = 'www.eputong.com' AND `state` = 1 LIMIT 1 [ RunTime:0.000399s ]
SHOW FULL COLUMNS FROM `ept_news` [ RunTime:0.000480s ]
SELECT * FROM `ept_news` WHERE `id` = 67 LIMIT 1 [ RunTime:0.000351s ]
SHOW FULL COLUMNS FROM `ept_user` [ RunTime:0.000480s ]
SELECT `username` FROM `ept_user` WHERE `token` IS NULL LIMIT 1 [ RunTime:0.000386s ]
SHOW FULL COLUMNS FROM `ept_news_type` [ RunTime:0.000413s ]
SELECT * FROM `ept_news_type` ORDER BY `sort` [ RunTime:0.000285s ]
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.000432s ]
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 0,10 [ RunTime:0.000511s ]
UPDATE `ept_news` SET `view` = `view` + 1 WHERE `id` = 67 [ RunTime:0.001751s ]
SELECT `n`.*,t.title as type_title FROM `ept_news` `n` LEFT JOIN `ept_news_type` `t` ON `n`.`pid`=`t`.`id` WHERE `n`.`id` = '67' LIMIT 1 [ RunTime:0.000323s ]