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();