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