注册赠送头饰逻辑去除

This commit is contained in:
tianfeng 2026-04-02 18:01:31 +08:00
parent e44caee9c5
commit 40f4fdf00d

View File

@ -76,12 +76,12 @@ public class CreateAccountAspect {
cmd.setProfile(userProfile); cmd.setProfile(userProfile);
} }
if (result.checkSuccess() && Objects.nonNull(result.getBody())) { if (result.checkSuccess() && Objects.nonNull(result.getBody())) {
result.getBody().putRewardProps( /* result.getBody().putRewardProps(
userPropsRewardProcess.newUserReward( userPropsRewardProcess.newUserReward(
SysOriginPlatformEnum.valueOf(cmd.requireReqSysOrigin()), SysOriginPlatformEnum.valueOf(cmd.requireReqSysOrigin()),
cmd.requiredReqUserId(), cmd.getProfile().getCountryId() cmd.requiredReqUserId(), cmd.getProfile().getCountryId()
) )
); );*/
} }
createAccountExpandProcess.process(cmd); createAccountExpandProcess.process(cmd);