[ SQL ] SHOW COLUMNS FROM `cg_nav_menu` [ RunTime:0.000406s ]
[ SQL ] SELECT `id`,`parent_id` FROM `cg_nav_menu` WHERE `nav_id` = 1 AND `href` LIKE '%\"id\":3}%' AND `href` LIKE '%List%' LIMIT 1 [ RunTime:0.000197s ]
[ SQL ] SHOW COLUMNS FROM `cg_portal_post` [ RunTime:0.000534s ]
[ 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` = '3' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1731656945 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.000999s ]
[ 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` = '3' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1731656945 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 0,12 [ RunTime:0.001031s ]