房间搜索去除区域校验
This commit is contained in:
parent
a7f723befa
commit
c84396629c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user