From e84a6ac8e2d92861ecd8fc540a986c502dc2b196 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Tue, 12 Sep 2023 09:32:03 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E4=BD=99=E9=A2=9D=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/finance/WithdrawLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/finance/WithdrawLogic.php b/app/common/logic/finance/WithdrawLogic.php index 740b5f8e4..8694bd508 100644 --- a/app/common/logic/finance/WithdrawLogic.php +++ b/app/common/logic/finance/WithdrawLogic.php @@ -43,7 +43,7 @@ class WithdrawLogic extends BaseLogic // 拒绝通过审核,记录备注原因 if ($params['status'] == 2) { - Withdraw::where(['id'=>$withDrawInfo['id']])->update(['status'=>2, 'deny_desc'=>$params['notes']]); + Withdraw::where(['id'=>$withDrawInfo['id']])->update(['status'=>2, 'deny_desc'=>$params['deny_desc']]); return true; }