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