|
|
|
@ -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'); |
|
|
|
|
} |
|
|
|
|
} |