[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001493s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count 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 ( `post`.`create_time` >= 0 AND `post`.`id` IN ('36','39','40','41','42','43','44','46','48','49','50','51','52','53','54','55','56','57','58','59','61','62','63','103','126','133','132','131','130','128','122','125','129','127','35','34','30','33','31','32','29','73','67','76','68','69','70','82','71','80','72','85','74','78','81','83','79','77','75','106','111','112','113','107','115','114','117','109','118','120','121','124','119','116','84','139','123','162','163','164','165','166','167','168','169','170','171','172','173','174','175','176','177','178','179','186','187') AND `post`.`post_title` LIKE '%%' ) AND ( `category_post`.`category_id` IN ('152','191','195','196','197','198','199') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1746207959 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.001884s ]
[ 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 ( `post`.`create_time` >= 0 AND `post`.`id` IN ('36','39','40','41','42','43','44','46','48','49','50','51','52','53','54','55','56','57','58','59','61','62','63','103','126','133','132','131','130','128','122','125','129','127','35','34','30','33','31','32','29','73','67','76','68','69','70','82','71','80','72','85','74','78','81','83','79','77','75','106','111','112','113','107','115','114','117','109','118','120','121','124','119','116','84','139','123','162','163','164','165','166','167','168','169','170','171','172','173','174','175','176','177','178','179','186','187') AND `post`.`post_title` LIKE '%%' ) AND ( `category_post`.`category_id` IN ('152','191','195','196','197','198','199') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1746207959 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 0,10 [ RunTime:0.009241s ]