WIN-2308041133\Administrator 8 tháng trước cách đây
mục cha
commit
3bc7b59017
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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];