Ken 1 周之前
父节点
当前提交
f08422e9f2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/WithdrawService.php

+ 1 - 1
app/Services/WithdrawService.php

@@ -397,7 +397,7 @@ class WithdrawService
             'address' => $address,
             'exchange_rate' => $rate,
             'status' => 0,
-            'after_balance' => bcdiv($wallet->available_balance, $rate, 2)
+            'after_balance' => $wallet->available_balance
         ]);