[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000495s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` = '1' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1756422192 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 2 [ RunTime:0.001660s ]
[ SQL ] SHOW COLUMNS FROM `cmf_product_post` [ RunTime:0.000518s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_product_post` `post` INNER JOIN `cmf_product_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` IN ('106','111','113','99') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1756422192 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 4 [ RunTime:0.000763s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_product_post` `post` INNER JOIN `cmf_product_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `category_post`.`category_id` IN ('71','89','90','49') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1756422192 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 4 [ RunTime:0.000743s ]