发现页去除缓存

This commit is contained in:
tianfeng 2025-09-15 19:56:01 +08:00
parent 5d3724416b
commit c20b89655e

View File

@ -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;
}