From f23fe4982f4ee7e9017a6b211cda0a576c6236e7 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 17 Oct 2025 12:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=85=B3=E6=B3=A8=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=B6=88=E6=81=AF=20=E6=96=B0=E5=A2=9Eexpand=20?= =?UTF-8?q?=E9=82=80=E8=AF=B7=E4=BA=BAid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../command/user/UserSupportRelationFollowOrCancelCmdExe.java | 1 + 1 file changed, 1 insertion(+) 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() ); }