|
@@ -1417,7 +1417,7 @@ public class ImLiveBroadcastRoomServiceImpl extends ServiceImpl<ImLiveBroadcastR
|
|
|
}
|
|
|
ImLiveBroadcastRoom imLiveBroadcastRoom = new ImLiveBroadcastRoom();
|
|
|
imLiveBroadcastRoom.setId(obj.getId());
|
|
|
- roomConfig.setWhether_chat(whetherMic);
|
|
|
+ roomConfig.setWhether_mic(whetherMic);
|
|
|
imLiveBroadcastRoom.setRoomConfig(JSONObject.toJSONString(roomConfig));
|
|
|
this.updateById(imLiveBroadcastRoom);
|
|
|
}
|