WIN-2308041133\Administrator 8 月之前
父节点
当前提交
3bc7b59017
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/admin/controller/platform/Videoplatform.php

+ 2 - 2
application/admin/controller/platform/Videoplatform.php

@@ -36,12 +36,12 @@ class Videoplatform extends Backend
             $total = $this->model
                 ->with('videolist')
                 ->where($where)
-                ->order($sort, $order)
+//                ->order($sort, $order)
                 ->count();
             $list = $this->model
                 ->with('videolist')
                 ->where($where)
-                ->order($sort, $order)
+//                ->order($sort, $order)
                 ->limit($offset, $limit)
                 ->select();
             $result = ["total" => $total, "rows" => $list];