Ken 4 天之前
父节点
当前提交
f632c72c9f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Services/BackflowService.php

+ 0 - 1
app/Services/BackflowService.php

@@ -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];
     }
 }