From 48511412a815cf8c60b2206c4710611b9e1a2717 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 14 May 2024 18:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 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;