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