|
|
@@ -29,9 +29,9 @@ class Income extends Backend
|
|
|
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
|
|
|
|
|
|
// 强制指定排序字段别名
|
|
|
- if ($sort === 'id') {
|
|
|
- $sort = 'video_platform.id';
|
|
|
- }
|
|
|
+// if ($sort === 'id') {
|
|
|
+// $sort = 'video_platform.id';
|
|
|
+// }
|
|
|
|
|
|
$total = $this->model
|
|
|
->with(['videolist', 'platform'])
|