修改限制

This commit is contained in:
liu 2024-06-27 21:27:18 +08:00
parent 2619e3cdc6
commit 093e03205c

View File

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