WIN-2308041133\Administrator 8 months ago
parent
commit
9a14e4a2b9
1 changed files with 2 additions and 2 deletions
  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)