WIN-2308041133\Administrator 9 месяцев назад
Родитель
Сommit
f8dd6ec476
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      application/admin/controller/platform/Vplatform.php

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

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