From 8bc15dd181d8292c1484778e1626b075383c5382 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Thu, 27 Jun 2024 20:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PayNotifyLogic.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index e746a956b..bca087b71 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -300,10 +300,10 @@ class PayNotifyLogic extends BaseLogic } } - else{ + /* else{ //大于0的时候 //先处理金额大的再处理剩余的 - /**** 把所有的金额改为正的再加一条后再加***/ + //把所有的金额改为正的再加一条后再加 UserSign::where([ 'uid'=>$order['uid'], 'type'=>1, @@ -353,7 +353,7 @@ class PayNotifyLogic extends BaseLogic // User::where('id',$order['uid'])->inc('purchase_funds',$check)->update();//add } - } + }*/ } return true;