From c20b89655e8a6402cf4c3c2b287278b7b1b8be15 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 15 Sep 2025 19:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=8E=B0=E9=A1=B5=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/room/query/RoomVoiceDiscoverQryExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceDiscoverQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceDiscoverQryExe.java index 830d3986..90e78491 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceDiscoverQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/query/RoomVoiceDiscoverQryExe.java @@ -87,7 +87,7 @@ public class RoomVoiceDiscoverQryExe { room.setUserSVipLevel(svipLevelEnumMap.get(room.getUserId())); }) .toList(); - regionRoomCacheService.saveRegionsRoom(JSON.toJSONString(roomList), key); +// regionRoomCacheService.saveRegionsRoom(JSON.toJSONString(roomList), key); return roomList; }