SHOW FULL COLUMNS FROM `clin_story` [ RunTime:0.000696s ]
SELECT COUNT(*) AS think_count FROM `clin_story` `a` INNER JOIN `clin_story_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '104' [ RunTime:0.000349s ]
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` = '104' ORDER BY `a`.`create_time` DESC LIMIT 0,20 [ RunTime:0.000280s ]
SHOW FULL COLUMNS FROM `clin_type` [ RunTime:0.000491s ]
SELECT * FROM `clin_type` WHERE `id` = 101 LIMIT 1 [ RunTime:0.000230s ]
SELECT `name` FROM `clin_type` WHERE `id` = 104 LIMIT 1 [ RunTime:0.000162s ]
SELECT `name`,`id`,`pinyin` FROM `clin_story` ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.017311s ]