后台发工资类型金币不计入累计
This commit is contained in:
parent
e8221a9f2c
commit
4a03f5b41d
@ -205,8 +205,8 @@ public class UserWalletServiceImpl implements UserWalletService {
|
|||||||
);
|
);
|
||||||
|
|
||||||
//将工资的价值美金 算入至累计充值
|
//将工资的价值美金 算入至累计充值
|
||||||
userRechargeCountClient.count(userProfile.getId(), param.getUsdQuantity(),
|
// userRechargeCountClient.count(userProfile.getId(), param.getUsdQuantity(),
|
||||||
MonthlyRechargeType.SALARY_EXCHANGE);
|
// MonthlyRechargeType.SALARY_EXCHANGE);
|
||||||
|
|
||||||
// 累计充值活动 - 每日累计充值活动抽奖
|
// 累计充值活动 - 每日累计充值活动抽奖
|
||||||
cumulativeRechargeClient.incrTodayRechargeScore(userProfile.getId(),
|
cumulativeRechargeClient.incrTodayRechargeScore(userProfile.getId(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user