[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.002607s ]
[ SQL ] SELECT `thumbnail`,`post_title`,`id`,`post_excerpt` FROM `cmf_portal_post` WHERE `id` IN (55,56,57,58,59,60,61) AND ( post_status=1 and recommended=1 ) ORDER BY `list_order` LIMIT 0,4 [ RunTime:0.002002s ]
[ SQL ] SELECT `thumbnail`,`post_title`,`id`,`post_excerpt` FROM `cmf_portal_post` WHERE `id` IN (5,11,12,13,14,15,16) AND ( post_status=1 and recommended=1 ) ORDER BY `list_order` LIMIT 0,4 [ RunTime:0.001937s ]
[ SQL ] SELECT `thumbnail`,`post_title`,`id`,`post_excerpt`,`create_time` FROM `cmf_portal_post` WHERE `id` IN (6) AND ( post_status=1 and recommended=1 and is_top=1 ) ORDER BY `list_order`,`create_time` DESC LIMIT 0,1 [ RunTime:0.001951s ]
[ SQL ] SELECT `thumbnail`,`post_title`,`id`,`post_excerpt`,`create_time` FROM `cmf_portal_post` WHERE `id` IN (6) AND ( post_status=1 and recommended=1 and is_top=0 ) ORDER BY `list_order` LIMIT 0,5 [ RunTime:0.001983s ]
[ SQL ] SELECT `thumbnail`,`post_title`,`id`,`post_excerpt`,`create_time` FROM `cmf_portal_post` WHERE `id` IN (7,9) AND ( post_status=1 and recommended=1 ) ORDER BY `list_order` LIMIT 0,6 [ RunTime:0.002040s ]
[ SQL ] SELECT p.id as id,p.thumbnail as thumb,p.post_title as title,p.post_hits as hits FROM `cmf_portal_category_post` `a` INNER JOIN `cmf_portal_post` `p` ON `a`.`post_id`=`p`.`id` WHERE `a`.`category_id` IN (5,6,7,8,9,10,19,20,21,22) AND ( p.post_status=1 and p.hot_sale=1 ) ORDER BY `p`.`published_time` DESC,`p`.`id` DESC LIMIT 6 [ RunTime:0.002402s ]
[ SQL ] SELECT p.id as id,p.thumbnail as thumb,p.post_title as title,p.post_hits as hits FROM `cmf_portal_category_post` `a` INNER JOIN `cmf_portal_post` `p` ON `a`.`post_id`=`p`.`id` WHERE `a`.`category_id` IN (5,6,7,8,9,10,19,20,21,22) AND ( p.post_status=1 and p.new_sale=1 ) ORDER BY `p`.`post_hits` DESC,`p`.`id` DESC LIMIT 6 [ RunTime:0.001999s ]