Square Enix Collective® 和 FuturLab 很高兴地宣布,《冲就完事模拟器》将于7月15日结束抢先体验,推出1.0正式版本!
PC 和主机的 Game Pass可用,也可在 Xbox Series X|S、Xbox One 和 Windows 10 上购买这一款在成功的抢先体验之后在
Steam 上推出的完整游戏版本。
...
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count 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 ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1777188090 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.355943s ]
[ 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 ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1777188090 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 29100,20 [ RunTime:1.241762s ]