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); }