SHOW FULL COLUMNS FROM `clin_sentence` [ RunTime:0.000693s ]
SELECT COUNT(*) AS think_count FROM `clin_sentence` `a` INNER JOIN `clin_sentence_content` `b` ON `a`.`id`=`b`.`id` WHERE `a`.`cid` = '240' [ RunTime:0.001283s ]
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` = '240' ORDER BY `a`.`create_time` DESC LIMIT 0,20 [ RunTime:0.001090s ]
SHOW FULL COLUMNS FROM `clin_type` [ RunTime:0.000518s ]
SELECT * FROM `clin_type` WHERE `id` = 47 LIMIT 1 [ RunTime:0.000228s ]
SELECT `name` FROM `clin_type` WHERE `id` = 240 LIMIT 1 [ RunTime:0.000168s ]
SELECT `name`,`id`,`pinyin` FROM `clin_sentence` ORDER BY `hits` DESC LIMIT 10 [ RunTime:0.041408s ]