This commit is contained in:
陈狼 2025-02-23 00:21:46 +08:00
commit 34f07127a7
1 changed files with 1 additions and 1 deletions

View File

@ -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, '等待管理员审核');