From c84396629cc6b8503a006fb66e1d9f70ce38f10b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 29 Sep 2025 12:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E6=90=9C=E7=B4=A2=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=8C=BA=E5=9F=9F=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../room/query/RoomVoiceProfileByRoomAccountQryExe.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceProfileByRoomAccountQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceProfileByRoomAccountQryExe.java index 42152f9f..df12d8a2 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceProfileByRoomAccountQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceProfileByRoomAccountQryExe.java @@ -31,9 +31,9 @@ public class RoomVoiceProfileByRoomAccountQryExe { if (roomVoiceProfile == null || !Objects.equals(roomVoiceProfile.getSysOrigin(), cmd.requireReqSysOrigin())) { return null; } - if (!userRegionGateway.checkEqRegion(cmd.getReqUserId(), roomVoiceProfile.getUserId())) { + /*if (!userRegionGateway.checkEqRegion(cmd.getReqUserId(), roomVoiceProfile.getUserId())) { return null; - } + }*/ return roomVoiceProfile; }