房间搜索去除区域校验

This commit is contained in:
tianfeng 2025-09-29 12:58:27 +08:00
parent a7f723befa
commit c84396629c

View File

@ -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;
}