Kirin 3 years ago
parent
commit
30e60917a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/user/User.php

+ 1 - 1
app/admin/model/user/User.php

@@ -223,7 +223,7 @@ class User extends BaseModel
                         $uids = \app\models\user\User::where('spread_uid', 'in', $uids)->column('uid');
                         $all = array_merge($all, $uids);
                     }
-                    return count($uids);
+                    return count($all);
                 };
                 $item['achievement'] = $achievement($item['uid']);
                 $item['small_achievement'] = $small_achivement($item['uid']);