Update RebateService.php

This commit is contained in:
邹景立 2021-03-18 12:58:05 +08:00
parent a58aa2b99e
commit 6d2abcb063

View File

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