From 1e84507252223e1f940ba0c764b75aa004f35947 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 19 Jan 2026 18:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E7=BC=93=E5=AD=98Key?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/user/UserShieldBlackAddCmdExe.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/UserShieldBlackAddCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserShieldBlackAddCmdExe.java index fd86c13b..e83823d9 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserShieldBlackAddCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserShieldBlackAddCmdExe.java @@ -115,7 +115,7 @@ public class UserShieldBlackAddCmdExe { .setType(UserRelationsCalculator.CounterEnum.FRIEND) ); } - userRelationshipCacheService.removeFriend(reqUserId, shieldUserId); + userRelationshipCacheService.removeFollowAll(reqUserId, shieldUserId); } }