SHOW FULL COLUMNS FROM `clin_sentence` [ RunTime:0.000670s ]
SELECT COUNT(*) AS think_count FROM `clin_sentence` `a` INNER JOIN `clin_sentence_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '239' [ RunTime:0.002269s ]
SELECT `a`.`name`,`a`.`id`,`a`.`pinyin`,`a`.`create_time`,`a`.`description` FROM `clin_sentence` `a` INNER JOIN `clin_sentence_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '239' ORDER BY `a`.`create_time` DESC LIMIT 0,20 [ RunTime:0.001770s ]
SHOW FULL COLUMNS FROM `clin_type` [ RunTime:0.000550s ]
SELECT * FROM `clin_type` WHERE `id` = 47 LIMIT 1 [ RunTime:0.000215s ]
SELECT `name` FROM `clin_type` WHERE `id` = 239 LIMIT 1 [ RunTime:0.000158s ]
SELECT `name`,`id`,`pinyin` FROM `clin_sentence` ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.041619s ]