From af59e3588ee3533d5e3421f1c6396e69b4bca289 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 6 Nov 2025 12:08:31 +0800 Subject: [PATCH] =?UTF-8?q?inRoomId=20=E6=9B=BF=E6=8D=A2=E4=B8=BA=20userId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/user/query/UserProfileUseQryExe.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/user/query/UserProfileUseQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java index 1c88e72d..eb59750b 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java @@ -66,7 +66,7 @@ public class UserProfileUseQryExe { } //放入redis key IN_ROOM:userId v 是roomId 是 放1分钟30秒每次来了都刷新过期时间 - String inRoomId = redisService.getString("IN_ROOM:" + cmd.requiredReqUserId()); + String inRoomId = redisService.getString("IN_ROOM:" + userProfile.getId()); if (StringUtils.isNotBlank(inRoomId) && eqRegion) { RoomProfileManager byId = roomProfileManagerService.getById(Long.valueOf(inRoomId)); if (!Objects.isNull(byId)) {