This commit is contained in:
suzhuhong
2026-04-14 20:16:15 +08:00
parent 516c714466
commit 1b3ae71c3a

View File

@@ -113,11 +113,7 @@ public class WithdrawApplicationServiceImpl implements WithdrawApplicationServic
request.setAmount(withdrawApplicationDO.getAmount().toPlainString());
request.setReqNo(withdrawApplicationDO.getWithdrawNo());
request.setWalletType(WalletTypeEnum.ONLINE_BANK.getType());
//AccountWithdrawerDTO accountWithdrawerDTO = walletApiService.accountWithdrawer(request);
AccountWithdrawerDTO accountWithdrawerDTO = new AccountWithdrawerDTO();
accountWithdrawerDTO.setTradeId(11222L);
accountWithdrawerDTO.setAmount("100");
accountWithdrawerDTO.setTradeStatus(1);
AccountWithdrawerDTO accountWithdrawerDTO = walletApiService.accountWithdrawer(request);
withdrawApplicationDO.setStatus(accountWithdrawerDTO.getTradeStatus());
withdrawApplicationDAO.update(withdrawApplicationDO);