From 093e03205c13f18a29395c500b876628fcb1b95c Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Thu, 27 Jun 2024 21:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PayNotifyLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 86ea0a28e..4db11d06b 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -664,7 +664,7 @@ class PayNotifyLogic extends BaseLogic $uid=$order['other_uid']; } $check = UserSign::where(['uid'=>$order->uid,'type'=>1])->count(); - if(empty($check)){ + if(empty($check) && $user['user_ship'] == 0){ self::dealRechargeFrozen($order); }