From 8951a502c2a1a2e1800dc82adcef23e483ee6db3 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 14 Nov 2019 17:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/PromoteService.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Base/Service/PromoteService.class.php b/Application/Base/Service/PromoteService.class.php index 17a389e73..cf0b60d1d 100644 --- a/Application/Base/Service/PromoteService.class.php +++ b/Application/Base/Service/PromoteService.class.php @@ -182,12 +182,12 @@ class PromoteService { } $topPromote = $this->getTopPromote($fromPromote); - //$status = $this->shiftRemoveCoin($fromPromote, $task); + // $status = $this->shiftRemoveCoin($fromPromote, $task); - if (!$status) { + /* if (!$status) { $model->rollback(); return ['status' => false, 'msg' => '系统异常, 处理推广员平台币失败']; - } + } */ $firstMap = ['parent_id' => $fromPromote['id']]; $secondMap = ['chain' => ['like', $fromPromote['chain'] . $fromPromote['id'] . '/%']];