From 34d7532f04abd2dc589ff39d81fa112ec8c327c1 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 6 Nov 2025 14:52:33 +0800 Subject: [PATCH] =?UTF-8?q?inRoomId=20=E5=8E=BB=E9=99=A4=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E9=99=90=E5=88=B6=E3=80=82?= 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 eb59750b..9807dcc6 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 @@ -67,7 +67,7 @@ public class UserProfileUseQryExe { //放入redis key IN_ROOM:userId v 是roomId 是 放1分钟30秒每次来了都刷新过期时间 String inRoomId = redisService.getString("IN_ROOM:" + userProfile.getId()); - if (StringUtils.isNotBlank(inRoomId) && eqRegion) { + if (StringUtils.isNotBlank(inRoomId)) { RoomProfileManager byId = roomProfileManagerService.getById(Long.valueOf(inRoomId)); if (!Objects.isNull(byId)) {