SHOW FULL COLUMNS FROM `tb_article_content` [ RunTime:0.005571s ]
SELECT COUNT(*) AS think_count FROM `tb_article_content` WHERE `status` = 2 AND `show_type` = 1 AND ( ( find_in_set('1373',tags) ) OR ( find_in_set('1412',tags) ) ) [ RunTime:0.018502s ]
SELECT `id`,`create_at`,`title`,`desc`,`m_reading`,`cover` FROM `tb_article_content` WHERE `status` = 2 AND `show_type` = 1 AND ( ( find_in_set('1373',tags) ) OR ( find_in_set('1412',tags) ) ) ORDER BY `create_at` DESC LIMIT 0,6 [ RunTime:0.010176s ]