|
@@ -253,7 +253,7 @@ class UserRepository extends BaseRepository
|
|
|
if (count($promoterInfo)) {
|
|
|
$promoterInfo = array_combine(array_column($promoterInfo, 'uid'), $promoterInfo);
|
|
|
}
|
|
|
- $user_relation = app()->make(UserRrelationRepository::class);
|
|
|
+ $user_relation = app()->make(UserRelationRepository::class);
|
|
|
foreach ($list as $k => $item) {
|
|
|
$list[$k]['total_extract_price'] = $promoterInfo[$item['uid']]['total_price'] ?? 0;
|
|
|
$list[$k]['total_extract_num'] = $promoterInfo[$item['uid']]['total_num'] ?? 0;
|