From 2537aa84315942722e2e1df66e12493a75b764b9 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 16 Nov 2022 16:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=AE=B0=E5=BD=95=E5=88=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Transaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Transaction.php b/app/Models/Transaction.php index 1149221..1c8b661 100644 --- a/app/Models/Transaction.php +++ b/app/Models/Transaction.php @@ -110,7 +110,7 @@ public function reduceDrops($user_id, $host_id, $module_id, $auto = 1, $amount = $description = '集成模块发起的扣费。'; } - $this->addPayoutDrops($user_id, $amount, $description, $host_id, $module_id); + // $this->addPayoutDrops($user_id, $amount, $description, $host_id, $module_id); } public function addPayoutDrops($user_id, $amount, $description, $host_id, $module_id)