mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 02:16:14 +08:00
Update RebateService.php
This commit is contained in:
parent
a58aa2b99e
commit
6d2abcb063
@ -71,7 +71,7 @@ class RebateService extends Service
|
|||||||
protected function initialize()
|
protected function initialize()
|
||||||
{
|
{
|
||||||
// 返利奖励到账时机
|
// 返利奖励到账时机
|
||||||
$this->status = $this->config('settl_type') > 1 ? 0 : 1;
|
$this->status = $this->config('settl_type') > 1 ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user