|
|
@@ -230,7 +230,7 @@ class TransferForm extends Model {
|
|
|
// 判断接受者是否是自己的推荐网上级某个节点
|
|
|
$allowable = $relation->loopRelationParentDo($recipientId, function ($parent) use ($initiatorId) {
|
|
|
$parentUser = CalcCache::getUserInfo($parent['PARENT_UID'], $this->_periodNum);
|
|
|
- if ($parentUser['ID'] == $initiatorId) {
|
|
|
+ if ($parentUser['USER_ID'] == $initiatorId) {
|
|
|
return self::LOOP_FINISH;
|
|
|
}
|
|
|
|