房间麦位特效
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user