Update RebateCurrentService.php

This commit is contained in:
邹景立 2021-03-16 17:11:48 +08:00
parent a4c30bf581
commit c7bc5460f1

View File

@ -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;
// 记录原始等级 // 记录原始等级