mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update RebateCurrentService.php
This commit is contained in:
parent
a4c30bf581
commit
c7bc5460f1
@ -345,6 +345,7 @@ class RebateCurrentService extends Service
|
|||||||
*/
|
*/
|
||||||
private function _prize06(): bool
|
private function _prize06(): bool
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
$puids = array_reverse(explode('-', trim($this->user['path'], '-')));
|
$puids = array_reverse(explode('-', trim($this->user['path'], '-')));
|
||||||
if (empty($puids) || $this->order['amount_total'] <= 0) return false;
|
if (empty($puids) || $this->order['amount_total'] <= 0) return false;
|
||||||
// 记录原始等级
|
// 记录原始等级
|
||||||
|
Loading…
x
Reference in New Issue
Block a user