Commit 5d9cc077 authored by licc's avatar licc

优化提现接口2

parent 63bfbfd9
......@@ -206,6 +206,7 @@ public class BankServiceImpl extends ServiceImpl<BankInfoMapper, BankInfo> imple
tradeRecord.setTradeType(TradeRecordEnum.WITHDRAW_DEPOSIT.getCode());
tradeRecord.setTradeNo(null);
tradeRecord.setStatus(TradeStatusEnum.BANK_TRANSFER_ACCOUNTS.getCode());
tradeRecord.setMoney(money);
Boolean bool = bankManger.updateAccountAddRecord(accountInfo, tradeRecord);
if (!bool) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment