[ SQL ] SELECT * FROM `hz_project_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 2 ORDER BY `list_order` ASC [ RunTime:0.009443s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_project_post` `post` INNER JOIN `hz_project_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`delete_time` = 0 AND ( post.recommended = 1 ) AND ( `category_post`.`category_id` IN ('10','11','12','13','14') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117407 ) GROUP BY `post`.`id` ORDER BY `create_time` DESC LIMIT 4 [ RunTime:0.003179s ]
[ SQL ] SHOW COLUMNS FROM `hz_portal_post` [ RunTime:0.000778s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_portal_post` `post` INNER JOIN `hz_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`.`post_keywords` LIKE '%破碎機%' ) AND ( `category_post`.`category_id` = '1' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117407 ) GROUP BY `post`.`id` LIMIT 10 [ RunTime:0.001225s ]
[ SQL ] SHOW COLUMNS FROM `hz_portal_category` [ RunTime:0.000777s ]
[ SQL ] SELECT * FROM `hz_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 4 ORDER BY `list_order` ASC [ RunTime:0.000351s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `hz_portal_post` `post` INNER JOIN `hz_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` IN ('1','2') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117407 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.003620s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `hz_portal_post` `post` INNER JOIN `hz_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` IN ('1','2') ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1761117407 ) GROUP BY `post`.`id` ORDER BY `create_time` DESC LIMIT 0,15 [ RunTime:0.003157s ]