| | |
| | | } |
| | | break; |
| | | case 4: |
| | | remoteAppUserService.addBalance(one.getAppUserId(),one.getRealPayAmount()); |
| | | System.err.println("进入充值"); |
| | | remoteAppUserService.addBalance(one.getAppUserId(),one.getTotalAmount()); |
| | | AppUserWalletRecord appUserWalletRecord = new AppUserWalletRecord(); |
| | | appUserWalletRecord.setAppUserId(one.getAppUserId()); |
| | | appUserWalletRecord.setChangeType(1); |
| | | appUserWalletRecord.setReason("充值"); |
| | | appUserWalletRecord.setAmount(one.getRealPayAmount()); |
| | | appUserWalletRecord.setAmount(one.getTotalAmount()); |
| | | appUserWalletRecord.setChildAppUserId(one.getAppUserId()); |
| | | appUserWalletRecord.setOrderId(one.getId()); |
| | | remoteAppUserService.addBalanceRecord(appUserWalletRecord); |