@ -171,9 +171,11 @@ class WithdrawController extends BaseController
$withdraw->name,
'商户提现打款'
);
// 更新打款金额,审核时间等
$withdraw->check_time = time();
$withdraw->real_cash = $money;
$withdraw->state = 2;
$withdraw->save();
// 打款成功,写流水