mead 1 месяц назад
Родитель
Сommit
bc45385907
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Repositories/Models/Dwbs/Ranking.php

+ 1 - 1
app/Repositories/Models/Dwbs/Ranking.php

@@ -30,7 +30,7 @@ class Ranking extends Model
 
     public function user()
     {
-        return $this->belongsTo(User::class)->select(['id', 'nickname', 'headimg', 'nickname', 'mobile_code']);
+        return $this->belongsTo(User::class)->select(['id', 'nickname', 'headimg', 'nickname', 'mobile_code', 'mobile', 'mobile_encryption']);
     }
 
     public static function byDayGetUserXuefen($day, $user_id)