SHOW FULL COLUMNS FROM `site_seo` [ RunTime:0.001200s ]
SELECT `title`,`keywords`,`description` FROM `site_seo` WHERE `module` = 'm' AND `controller` = 'news' AND `action` = 'index' LIMIT 1 [ RunTime:0.000675s ]
SHOW FULL COLUMNS FROM `news_tag` [ RunTime:0.000810s ]
UPDATE `news_tag` SET `hot` = `hot` + 1 WHERE `title` = '家长辅导' [ RunTime:0.001004s ]
SHOW FULL COLUMNS FROM `news_data` [ RunTime:0.000861s ]
SHOW FULL COLUMNS FROM `news` [ RunTime:0.000884s ]
SELECT COUNT(*) AS think_count FROM `news` WHERE `tags` LIKE '%家长辅导%' [ RunTime:0.000552s ]
SELECT `id`,`title`,`description`,`keywords`,`cover`,`view`,`updatetime`,`tags` FROM `news` WHERE `tags` LIKE '%家长辅导%' ORDER BY `updatetime` DESC LIMIT 0,10 [ RunTime:0.000556s ]
SELECT COUNT(*) AS think_count FROM `news` [ RunTime:0.000510s ]
SELECT `id`,`title`,`description`,`keywords`,`cover`,`view`,`updatetime`,`tags` FROM `news` ORDER BY `view` DESC LIMIT 0,6 [ RunTime:0.000537s ]