发送幸运礼物更改
This commit is contained in:
parent
5265fdc9f6
commit
2bcec3fa54
@ -290,7 +290,7 @@ public class GameLuckyGiftCommon {
|
||||
return;
|
||||
}
|
||||
// 在自己的房间直接返回
|
||||
RoomProfileManager profileManager = roomProfileManagerService.getById(param.getRoomId());
|
||||
RoomProfileManager profileManager = roomProfileManagerService.getByUserId(param.getUserId());
|
||||
if (profileManager == null || Objects.equals(profileManager.getId(), roomMember.getRoomId())) {
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user