WIN-2308041133\Administrator 9 bulan lalu
induk
melakukan
9a14e4a2b9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      application/admin/controller/platform/Income.php

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

@@ -34,12 +34,12 @@ class Income extends Backend
 //            }
 
             $total = $this->model
-                ->with(['videolist', 'platform'])
+//                ->with(['videolist', 'platform'])
                 ->where($where)
                 ->order($sort, $order)
                 ->count();
             $list = $this->model
-                ->with(['videolist', 'platform'])
+//                ->with(['videolist', 'platform'])
                 ->where($where)
                 ->order($sort, $order)
                 ->limit($offset, $limit)