From 40f4fdf00d61649ca3fbd6860f4ffa1bc81eccc4 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 2 Apr 2026 18:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E8=B5=A0=E9=80=81=E5=A4=B4?= =?UTF-8?q?=E9=A5=B0=E9=80=BB=E8=BE=91=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/infra/annotation/aspect/CreateAccountAspect.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/annotation/aspect/CreateAccountAspect.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/annotation/aspect/CreateAccountAspect.java index 52ce9bcd..18941a8f 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/annotation/aspect/CreateAccountAspect.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/annotation/aspect/CreateAccountAspect.java @@ -76,12 +76,12 @@ public class CreateAccountAspect { cmd.setProfile(userProfile); } if (result.checkSuccess() && Objects.nonNull(result.getBody())) { - result.getBody().putRewardProps( + /* result.getBody().putRewardProps( userPropsRewardProcess.newUserReward( SysOriginPlatformEnum.valueOf(cmd.requireReqSysOrigin()), cmd.requiredReqUserId(), cmd.getProfile().getCountryId() ) - ); + );*/ } createAccountExpandProcess.process(cmd);