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