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; } /**