[ SQL ] SHOW COLUMNS FROM `xbzj_online_post` [ RunTime:0.000980s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `xbzj_online_post` `o` LEFT JOIN `xbzj_online_category_post` `oc` ON `oc`.`post_id`=`o`.`id` WHERE `oc`.`category_id` = '12' AND `oc`.`status` = 1 AND `o`.`delete_time` = 0 GROUP BY `oc`.`post_id` ) `_group_count_` [ RunTime:0.021895s ]