From 541e752573b6fc3444ac187e36e41d4ede824e39 Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Wed, 5 Feb 2025 14:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=9A=E5=91=98=E5=85=85?= =?UTF-8?q?=E5=80=BC=E6=B5=81=E6=B0=B4=E5=86=99=E5=85=A5?= 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 cbcbd9d44..e560ac23f 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -501,7 +501,7 @@ class PayNotifyLogic extends BaseLogic if ($order['other_uid'] > 0) { $uid = $order['other_uid']; } - if ($type == 'wechat') { + if ($type != 'wechat') { $cashFlowLogic = new CashFlowLogic(); $cashFlowLogic->insert($order['store_id'], $order['price'], $orderSn); }