[ SQL ] SHOW FULL COLUMNS FROM `maycms_parameter_list` [ RunTime:0.000903s ]
[ SQL ] SELECT `p`.`name`,`p`.`type`,`pl`.`content` FROM `maycms_parameter_list` `pl` INNER JOIN `maycms_parameter` `p` ON `p`.`id`=`pl`.`param_id` WHERE `pl`.`post_id` = '22' ORDER BY `p`.`list_order`,`p`.`create_time` [ RunTime:0.000347s ]
[ SQL ] SELECT `a`.* FROM `maycms_portal_post` `a` INNER JOIN `maycms_portal_category_post` `relation` ON `a`.`id`=`relation`.`post_id` WHERE `a`.`post_type` = '1' AND `a`.`post_status` = '1' AND `a`.`delete_time` = '0' AND `relation`.`category_id` = '5' AND `relation`.`post_id` < '22' AND ( `a`.`published_time` < '1744355571' and `a`.`published_time` > '0' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000809s ]
[ SQL ] SELECT `a`.* FROM `maycms_portal_post` `a` INNER JOIN `maycms_portal_category_post` `relation` ON `a`.`id`=`relation`.`post_id` WHERE `a`.`lang` = '1' AND `a`.`post_type` = '1' AND `a`.`post_status` = '1' AND `a`.`delete_time` = '0' AND `relation`.`category_id` = '5' AND `relation`.`post_id` > '22' AND ( `a`.`published_time` < '1744355571' and `a`.`published_time` > '0' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000699s ]
[ SQL ] SELECT * FROM `maycms_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 5 ORDER BY `list_order` ASC [ RunTime:0.000516s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id, min(category.name) as category_name FROM `maycms_portal_post` `post` INNER JOIN `maycms_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` INNER JOIN `maycms_portal_category` `category` ON `category_post`.`category_id`=`category`.`id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND ( `category_post`.`category_id` = '5' ) AND ( `post`.`published_time` > '0' and `post`.`published_time` < '1744355571' ) GROUP BY `post`.`id` ORDER BY `category_post`.`list_order`,`post`.`create_time` DESC LIMIT 6 [ RunTime:0.001035s ]