[ SQL ] SELECT * FROM `zitu_wiki_category` WHERE `status` = 1 AND `delete_time` = 0 AND `path` LIKE '0-27-30-%' ORDER BY `list_order` ASC [ RunTime:0.000482s ]
[ SQL ] SELECT post.*,category_post.list_order, min(category_post.category_id) as category_id FROM `zitu_wiki` `post` INNER JOIN `zitu_wiki_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` < 1769574477 ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 10 [ RunTime:0.001011s ]