[ SQL ] SHOW COLUMNS FROM `jx_portal_post` [ RunTime:0.000535s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `jx_portal_post` `post` INNER JOIN `jx_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '3' AND `post`.`delete_time` = '0' AND ( `post`.`create_time` >= '0' ) AND ( `category_post`.`category_id` IN ('2','3','5','7','8','9','10','11','12','13','14','19','20') ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1732313754' ) GROUP BY `post`.`id` ) `_group_count_` LIMIT 1 [ RunTime:0.005992s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `jx_portal_post` `post` INNER JOIN `jx_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '3' AND `post`.`delete_time` = '0' AND ( `post`.`create_time` >= '0' ) AND ( `category_post`.`category_id` IN ('2','3','5','7','8','9','10','11','12','13','14','19','20') ) AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1732313754' ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 0,6 [ RunTime:0.015895s ]