修改限制
This commit is contained in:
parent
2619e3cdc6
commit
093e03205c
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user