From 5d2719c8f7fd8d357341145caa3a32c23d8ebb8f Mon Sep 17 00:00:00 2001
From: liu <1873441552@qq.com>
Date: Thu, 27 Jun 2024 18:00:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=B9=E6=B4=BB=E5=8A=A8?=
 =?UTF-8?q?=E5=8A=A0=E5=85=91=E6=8D=A2=E5=88=B8=E7=9A=84=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/common/logic/PayNotifyLogic.php | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php
index 1dc074f92..0d00a6857 100644
--- a/app/common/logic/PayNotifyLogic.php
+++ b/app/common/logic/PayNotifyLogic.php
@@ -349,10 +349,6 @@ class PayNotifyLogic extends BaseLogic
 
         }
 
-
-
-
-
         
     }
 
@@ -794,8 +790,7 @@ class PayNotifyLogic extends BaseLogic
                 $order['pay_price'] = bcsub($order['pay_price'], $vipFrozenAmount, 2);
                 self::dealVipAmount($order,  $order['pay_type']);
             }
-            if($order['total_price'] > 500 && $order['pay_type'] !=18
-                && $order['pay_type'] !=3){
+            if($order['total_price'] >= 500 ){
                 $user_number = bcmul($order['pay_price'], '0.10', 2);
                 $sing = [
                     'uid' => $order['uid'],