房间麦位特效

This commit is contained in:
2024-12-25 18:54:36 +08:00
parent 048e69e054
commit 337c94999d

View File

@@ -109,7 +109,7 @@ public class RoomLevelService {
if (roomLevelInfo == null || roomMicDress.getReachLevel() > roomLevelInfo.getLevelSeq()) {
throw new ServiceException(BusiStatus.ROOM_LEVEL_NOT_ENOUGH);
}
roomMicDressService.getCacheBucket(micDressType).set(JSONObject.toJSONString(roomMicDress));
roomMicDressService.roomMicDressCache(micDressType, roomUid).set(JSONObject.toJSONString(roomMicDress));
return BusiResult.success();
}