首充发奖励逻辑去除
This commit is contained in:
parent
af920c3e95
commit
29bc8c36b2
@ -199,7 +199,7 @@ public class InAppPurchaseCommon {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -214,7 +214,7 @@ public class InAppPurchaseCommon {
|
||||
);
|
||||
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -151,7 +151,7 @@ public class BuySuccessListener implements MessageListener {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -165,7 +165,7 @@ public class BuySuccessListener implements MessageListener {
|
||||
.setAcceptUserId(userId)
|
||||
);
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -196,7 +196,7 @@ public class UserBankExchangeGoldCmdExe {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -210,7 +210,7 @@ public class UserBankExchangeGoldCmdExe {
|
||||
.setAcceptUserId(userId)
|
||||
);
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -228,7 +228,7 @@ public class DealerToUserShipCmdExe {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -243,7 +243,7 @@ public class DealerToUserShipCmdExe {
|
||||
);
|
||||
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -261,7 +261,7 @@ public class SendFreightShipCmdExe {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -275,7 +275,7 @@ public class SendFreightShipCmdExe {
|
||||
.setAcceptUserId(userId)
|
||||
);
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -167,7 +167,7 @@ public class SalaryExchangeGoldCmdExe {
|
||||
userOneTimeTaskClient.completedFirstCharge(userId, sysOrigin);
|
||||
|
||||
// 发送首充奖励
|
||||
List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
/*List<ActivityPropsRule> body = propsActivityClient.listRule(SysOriginPlatformEnum.valueOf(sysOrigin),
|
||||
PropsActivityTypeEnum.FIRST_CHARGE_REWARD).getBody();
|
||||
if (body != null) {
|
||||
ActivityPropsRule ruleConfig = body.get(0);
|
||||
@ -181,7 +181,7 @@ public class SalaryExchangeGoldCmdExe {
|
||||
.setAcceptUserId(userId)
|
||||
);
|
||||
userProfileClient.removeCacheAll(userId);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user