SHOW FULL COLUMNS FROM `ais_web_news` [ RunTime:0.000508s ]
SELECT COUNT(*) AS think_count FROM `ais_web_news` WHERE ( title like '%方案文档%' or tags like '%方案文档%' ) LIMIT 1 [ RunTime:0.000288s ]
SELECT id, title, img_url, `views`, tags, category_id, DATE_FORMAT(create_time, "%Y-%m-%d") as create_time FROM `ais_web_news` WHERE ( title like '%方案文档%' or tags like '%方案文档%' ) ORDER BY `create_time` DESC LIMIT 0,13 [ RunTime:0.000300s ]
SELECT `id`,`title`,`img_url`,`views` FROM `ais_web_news` ORDER BY `views` DESC,`create_time` DESC LIMIT 10 [ RunTime:0.000270s ]
SHOW FULL COLUMNS FROM `ais_web_news_tag` [ RunTime:0.000341s ]
SELECT * FROM `ais_web_news_tag` [ RunTime:0.000166s ]