WIN-2308041133\Administrator 9 tháng trước cách đây
mục cha
commit
dbf44f15ce
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/admin/controller/platform/Record.php

+ 1 - 0
application/admin/controller/platform/Record.php

@@ -50,6 +50,7 @@ class Record extends Backend
                 ->count();
             $list = $this->model
                 ->where($where)
+                ->with('platform,videolist')
                 ->order($sort, $order)
                 ->limit($offset, $limit)
                 ->select();