diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 1369e38..9d6d38d 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -73,7 +73,7 @@ class PayNotifyLogic extends BaseLogic } } PushService::push('cash_register_'.$order['user_id'], $order['user_id'], '您有一笔订单已支付'); - if(isset($extra['payer']['openid'])){ + if(isset($extra['payer']['openid']) && $order->pay_type!=9){ (new WeChatMnpService)->delivery($orderSn,$extra['payer']['openid']); } return true;