[ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001617s ]
[ SQL ] SELECT * FROM `cmf_portal_category` WHERE `parent_id` = 4 AND `status` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.001005s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001326s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `pp` LEFT JOIN `cmf_portal_category_post` `pcp` ON `pp`.`id`=`pcp`.`post_id` WHERE `pcp`.`category_id` IN (18,19,20,21) AND `post_status` = 1 AND `delete_time` = 0 [ RunTime:0.001220s ]
[ SQL ] SELECT `pp`.*,`pcp`.`category_id` FROM `cmf_portal_post` `pp` LEFT JOIN `cmf_portal_category_post` `pcp` ON `pp`.`id`=`pcp`.`post_id` WHERE `pcp`.`category_id` IN (18,19,20,21) AND `post_status` = 1 AND `delete_time` = 0 ORDER BY `published_time` DESC LIMIT 0,20 [ RunTime:0.003772s ]
[ 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 ( `category_post`.`category_id` = '1' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1769169591 ) GROUP BY `post`.`id` ORDER BY `list_order` ASC,`post`.`published_time` DESC LIMIT 1 [ RunTime:0.005630s ]
[ 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 ( `category_post`.`category_id` = '3' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1769169591 ) GROUP BY `post`.`id` ORDER BY `list_order` ASC,`post`.`published_time` DESC LIMIT 1 [ RunTime:0.002100s ]
[ DB ] CONNECT:[ UseTime:0.000710s ] mysql:host=127.0.0.1;port=3306;dbname=feichangdao;charset=utf8mb4
[ SQL ] SELECT * FROM `cmf_portal_category` WHERE `parent_id` = 2 AND `status` = 1 AND `delete_time` = 0 ORDER BY `list_order` ASC,`id` ASC LIMIT 4 [ RunTime:0.000842s ]