[ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.001259s ]
[ 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.000945s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.001657s ]
[ 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.001502s ]
[ 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.002776s ]
[ 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` < 1769008343 ) GROUP BY `post`.`id` ORDER BY `list_order` ASC,`post`.`published_time` DESC LIMIT 1 [ RunTime:0.001849s ]
[ 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` < 1769008343 ) GROUP BY `post`.`id` ORDER BY `list_order` ASC,`post`.`published_time` DESC LIMIT 1 [ RunTime:0.002398s ]
[ DB ] CONNECT:[ UseTime:0.000969s ] 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.001017s ]