From e0d114cabfa1e273adfb6e9fee70311cde6dc35b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 12 Mar 2026 15:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AF=AD=E8=81=8A=E6=88=BF=E7=B1=BB=E5=9E=8B=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/sys/query/GameListConfigQryExe.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/GameListConfigQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/GameListConfigQryExe.java index e07b12be..d1a4fed0 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/GameListConfigQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/GameListConfigQryExe.java @@ -47,6 +47,10 @@ public class GameListConfigQryExe { return configs; } + if (StringUtils.isBlank(cmd.getRoomSessionId())) { + configs = configs.stream().filter(e -> !"CHAT_ROOM".equals(e.getGameMode())).toList(); + } + // 获得用户区域 String regionId = userRegionGateway.getRegionId(cmd.requiredReqUserId());