pull/5/head
wanghousheng 4 months ago
parent f25d9f2075
commit 595c3ba00e
  1. 1
      app/api/model/Invite/InviteLog.php

@ -129,6 +129,7 @@ class InviteLog extends \app\common\model\invite\InviteLog
public function inviteeUserIds(): array
{
$userId = UserService::getCurrentLoginUserId();
$userId = 11101;
return $this->where(['user_id' => $userId])->column('invitee_user_id');
}
}
Loading…
Cancel
Save