[ SQL ] SHOW COLUMNS FROM `cg_nav_menu` [ RunTime:0.000394s ]
[ SQL ] SELECT `id`,`parent_id` FROM `cg_nav_menu` WHERE `nav_id` = 1 AND `href` LIKE '%\"id\":31}%' AND `href` LIKE '%List%' LIMIT 1 [ RunTime:0.000165s ]
[ SQL ] SHOW COLUMNS FROM `cg_portal_post` [ RunTime:0.000515s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `cg_portal_post` `post` INNER JOIN `cg_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` = '31' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1731656568 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.000371s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cg_portal_post` `post` INNER JOIN `cg_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` = '31' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1731656568 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 0,12 [ RunTime:0.000702s ]