From 78e93b919e9a3efff0af55de1368d725b8a5bc58 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 22 Feb 2025 23:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=8E=B0=E5=8D=95?= =?UTF-8?q?=E4=BD=8D=E6=98=AF=20=E5=88=86=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E9=92=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/WithdrawController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/WithdrawController.php b/app/controller/api/WithdrawController.php index 4dc02b6..8520ddb 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -124,7 +124,7 @@ class WithdrawController 'status_text' => '申请中', ]); //大于1000等待管理员审核 - if ($money >= 100000) { + if ($money_no >= 100000) { //用户积分减少$money UserRewardDao::base($user_id, 1, - ($money_no + 300), '提现'); return ApiResponseApp::success(null, '等待管理员审核');