From 6d2abcb063ed6de1d3104e2d4428d7bc11f1b420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 18 Mar 2021 12:58:05 +0800 Subject: [PATCH] Update RebateService.php --- app/data/service/RebateService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/service/RebateService.php b/app/data/service/RebateService.php index e1b030a67..45aea1601 100644 --- a/app/data/service/RebateService.php +++ b/app/data/service/RebateService.php @@ -71,7 +71,7 @@ class RebateService extends Service protected function initialize() { // 返利奖励到账时机 - $this->status = $this->config('settl_type') > 1 ? 0 : 1; + $this->status = $this->config('settl_type') > 1 ? 1 : 0; } /**