|
|
@@ -85,7 +85,6 @@ class BackflowService extends BaseService
|
|
|
$count = $query->count();
|
|
|
$query->with(['user'])->orderByDesc('date')->orderBy('status');
|
|
|
$list = $query->forPage($search['page'], $search['limit'])->get()->toArray();
|
|
|
-
|
|
|
return ['total' => $count, 'data' => $list];
|
|
|
}
|
|
|
}
|