diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserSupportRelationFollowOrCancelCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserSupportRelationFollowOrCancelCmdExe.java index b91a595a..3bfa408a 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserSupportRelationFollowOrCancelCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/UserSupportRelationFollowOrCancelCmdExe.java @@ -134,6 +134,7 @@ public class UserSupportRelationFollowOrCancelCmdExe { .toAccount(cmd.getUserId()) .noticeType(OfficialNoticeTypeEnum.USER_FOLLOW) .templateParam(OfficialNoticeUtils.buildUserProfile(userProfile)) + .expand(userProfile.getId()) .build() ); }