SHOW FULL COLUMNS FROM `clin_story` [ RunTime:0.001238s ]
SELECT COUNT(*) AS think_count FROM `clin_story` `a` INNER JOIN `clin_story_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '105' [ RunTime:0.000420s ]
SELECT `a`.`name`,`a`.`id`,`a`.`pinyin`,`a`.`create_time`,`a`.`description`,`a`.`hits` FROM `clin_story` `a` INNER JOIN `clin_story_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '105' ORDER BY `a`.`create_time` DESC LIMIT 0,20 [ RunTime:0.000479s ]
SHOW FULL COLUMNS FROM `clin_type` [ RunTime:0.000744s ]
SELECT * FROM `clin_type` WHERE `id` = 101 LIMIT 1 [ RunTime:0.000530s ]
SELECT `name` FROM `clin_type` WHERE `id` = 105 LIMIT 1 [ RunTime:0.000322s ]
SELECT `name`,`id`,`pinyin` FROM `clin_story` ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.017519s ]