wupengfei 2 年之前
父節點
當前提交
344163b558
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/nutrition/controller/VideoCate.php

+ 1 - 1
application/nutrition/controller/VideoCate.php

@@ -32,7 +32,7 @@ class VideoCate extends Controller
     public function index()
     {
         $this->title = '分类列表';
-        $query = $this->_query($this->table)->where('is_deleted',0)->where('pid',0)->page(false);
+        $query = $this->_query($this->table)->where('is_deleted',0)->where('pid',7)->page(false);
     }
 
     /**