|
|
@ -161,9 +161,9 @@ public class ConsumeServiceImpl implements ConsumeService { |
|
|
|
user.setSumConsume(consumeUser.getPermanentGold() + consumeUser.getFreeGold() + consumeUser.getTaskGold()); |
|
|
|
userMapper.updateGold(user); |
|
|
|
//对接接口 |
|
|
|
GoldTistV2.addCoinNew(userGoldRecord.getJwcode().toString(), 65, |
|
|
|
userGoldRecord.getPermanentGold() + userGoldRecord.getFreeDecember()+userGoldRecord.getFreeJune()+userGoldRecord.getTaskGold(), |
|
|
|
userGoldRecord.getRemark(),userGoldRecord.getPermanentGold(), userGoldRecord.getPayPlatform(), userGoldRecord.getGoodsName()); |
|
|
|
// GoldTistV2.addCoinNew(userGoldRecord.getJwcode().toString(), 65, |
|
|
|
// (double) (userGoldRecord.getPermanentGold() + userGoldRecord.getFreeDecember() + userGoldRecord.getFreeJune() + userGoldRecord.getTaskGold()) /100, |
|
|
|
// userGoldRecord.getRemark(),((double) userGoldRecord.getPermanentGold() /100), userGoldRecord.getPayPlatform(), userGoldRecord.getGoodsName()); |
|
|
|
return Result.success(); |
|
|
|
} |
|
|
|
} |