|
|
@@ -102,7 +102,7 @@ class MemberService extends BaseService
|
|
|
|
|
|
$total = $query->count();
|
|
|
$list = $query->orderBy('create_time', 'desc')
|
|
|
- ->with(['parent'])
|
|
|
+ ->with(['parent','agent'])
|
|
|
->withCount(['invites'])
|
|
|
->orderBy('id', 'desc')
|
|
|
->offset(($page - 1) * $limit)
|