From c5968370b690f59da1d734e09286e815541b0c3a Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Sat, 4 Jan 2025 17:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=87=E8=B4=AD=E6=AC=BE?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PayNotifyLogic.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 434fd546e..48830609e 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -189,7 +189,6 @@ class PayNotifyLogic extends BaseLogic if ($user['purchase_funds'] < $order['pay_price']) { throw new \Exception('采购款不足'); } - $order->money = $order['pay_price']; $order->paid = 1; $order->status = 1; $order->pay_time = time();