From 92dd63a679bd9c62297cdadeebce25b6be3960bd Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 6 Mar 2026 18:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=AE=8C=E9=81=93=E5=85=B7?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=94=A8=E6=88=B7=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/user/user/impl/InviteUserClientServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java index 9728ce21..4be8b977 100644 --- a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java +++ b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/InviteUserClientServiceImpl.java @@ -142,6 +142,7 @@ public class InviteUserClientServiceImpl implements InviteUserClientService { } else if (total >= TIER1_THRESHOLD) { tryAwardTier(result, 1, TIER1_PROPS_ID, TIER1_GOLD); } + userProfileGateway.removeCacheAll(Collections.singletonList(result.getInviteeUserId())); } /**