From 4d87e7f3fd31532b954557b6ff33c2841642b1cf Mon Sep 17 00:00:00 2001
From: liu <1873441552@qq.com>
Date: Sat, 22 Jun 2024 11:07:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E9=99=90=E5=88=B6=E9=87=91?=
 =?UTF-8?q?=E9=A2=9D=E8=B0=83=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/api/logic/order/OrderLogic.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/api/logic/order/OrderLogic.php b/app/api/logic/order/OrderLogic.php
index 8c1aea2c4..3c1ebd395 100644
--- a/app/api/logic/order/OrderLogic.php
+++ b/app/api/logic/order/OrderLogic.php
@@ -137,9 +137,9 @@ class OrderLogic extends BaseLogic
                 $pay_price =bcsub(self::$pay_price, self::$activity_price, 2); //减去活动优惠金额
             }
 
-            if($pay_price < 500){
-                throw new Exception('金额低于500');
-            }
+//            if($pay_price < 500){
+//                throw new Exception('金额低于500');
+//            }
 
             //成本价  收益
             $order = [