|
|
@@ -34,12 +34,12 @@ class Income extends Backend
|
|
|
// }
|
|
|
|
|
|
$total = $this->model
|
|
|
- ->with(['videolist', 'platform'])
|
|
|
+// ->with(['videolist', 'platform'])
|
|
|
->where($where)
|
|
|
->order($sort, $order)
|
|
|
->count();
|
|
|
$list = $this->model
|
|
|
- ->with(['videolist', 'platform'])
|
|
|
+// ->with(['videolist', 'platform'])
|
|
|
->where($where)
|
|
|
->order($sort, $order)
|
|
|
->limit($offset, $limit)
|