laowu 1 день назад
Родитель
Сommit
ecf28a154f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Services/WorldCup/Repositories/SqlWorldCupReferralRepository.php

+ 2 - 1
app/Services/WorldCup/Repositories/SqlWorldCupReferralRepository.php

@@ -332,7 +332,8 @@ class SqlWorldCupReferralRepository implements WorldCupReferralRepositoryInterfa
             ->where('rw.referrer_id', $userId)
             ->where('rw.referrer_id', $userId)
             ->select(
             ->select(
                 'rw.*',
                 'rw.*',
-                'invitee_ai.FaceID as invitee_face_id'
+                'invitee_ai.FaceID as invitee_face_id',
+                'invitee_ai.GameID as invitee_game_id',
             )
             )
             ->orderBy('rw.submitted_at', 'desc')
             ->orderBy('rw.submitted_at', 'desc')
             ->limit($limit)
             ->limit($limit)