From 6c6fa58e783e3bb1717c3c31ad7ad1f4852a9cc3 Mon Sep 17 00:00:00 2001 From: weigang Date: Wed, 9 Sep 2020 14:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E7=8A=B6=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/v3/WithdrawController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Controller/v3/WithdrawController.php b/app/Controller/v3/WithdrawController.php index 207eb6a..9a6f99f 100644 --- a/app/Controller/v3/WithdrawController.php +++ b/app/Controller/v3/WithdrawController.php @@ -171,9 +171,11 @@ class WithdrawController extends BaseController $withdraw->name, '商户提现打款' ); + // 更新打款金额,审核时间等 $withdraw->check_time = time(); $withdraw->real_cash = $money; + $withdraw->state = 2; $withdraw->save(); // 打款成功,写流水