wang hou sheng 7 months ago
parent fa8afcc77e
commit f09608b2ac
  1. 8
      app/api/model/Invite/InviteLog.php

@ -63,10 +63,10 @@ class InviteLog extends \app\common\model\invite\InviteLog
if ($userId == $refereeId) {
return false;
}
// 判断当前用户是否已存在推荐关系
if (self::isExistReferee($userId)) {
return false;
}
// // 判断当前用户是否已存在推荐关系
// if (self::isExistReferee($userId)) {
// return false;
// }
$data['invitee_user_id'] = $userId;
$data['user_id'] = $refereeId;
$model = new self;

Loading…
Cancel
Save