WIN-2308041133\Administrator 8 hónapja
szülő
commit
3bc7b59017

+ 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];