[ SQL ] SELECT COUNT(*) AS tp_count FROM cmf_portal_post p INNER JOIN `cmf_portal_category_post` `pc` ON `p`.`id`=`pc`.`post_id` INNER JOIN `cmf_portal_post_extend` `pe` ON `p`.`id`=`pe`.`aid` WHERE `p`.`relation_aids` = '42' AND `p`.`delete_time` = 0 AND `p`.`post_type` = 3 LIMIT 1 [ RunTime:0.012982s ]
[ SQL ] SELECT `p`.`id`,`p`.`post_title`,`p`.`post_hits`,`p`.`more`,`p`.`goods_gaodu`,pc.category_id as cid,`pe`.`value` FROM cmf_portal_post p INNER JOIN `cmf_portal_category_post` `pc` ON `p`.`id`=`pc`.`post_id` INNER JOIN `cmf_portal_post_extend` `pe` ON `p`.`id`=`pe`.`aid` WHERE `p`.`relation_aids` = '42' AND `p`.`delete_time` = 0 AND `p`.`post_type` = 3 ORDER BY `p`.`published_time` DESC LIMIT 0,15 [ RunTime:0.012640s ]