mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update RebateService.php
This commit is contained in:
parent
ba12b66e69
commit
0ea482ccca
@ -391,6 +391,7 @@ class RebateService extends Service
|
||||
$uuids = array_reverse(str2arr(trim($this->user['path'], '-'), '-'));
|
||||
$puids = DataUser::mk()->whereIn('id', $uuids)->orderField('id', $uuids)->where($map)->column('id');
|
||||
if (count($puids) < 2) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user