|
@ -246,7 +246,7 @@ public class ConsumeServiceImpl implements ConsumeService { |
|
|
userGoldRecord.setAdminId(consumeUser.getAdminId()); |
|
|
userGoldRecord.setAdminId(consumeUser.getAdminId()); |
|
|
userGoldRecord.setCreateTime(new Date()); |
|
|
userGoldRecord.setCreateTime(new Date()); |
|
|
userGoldRecord.setPayTime(new Date()); |
|
|
userGoldRecord.setPayTime(new Date()); |
|
|
consumeMapper.add(userGoldRecord); |
|
|
|
|
|
|
|
|
consumeMapper.addRefund(userGoldRecord); |
|
|
consumeMapper.updateUserGold(userGoldRecord); |
|
|
consumeMapper.updateUserGold(userGoldRecord); |
|
|
User user = new User(); |
|
|
User user = new User(); |
|
|
user.setJwcode(userGoldRecord.getJwcode()); |
|
|
user.setJwcode(userGoldRecord.getJwcode()); |
|
|