wupengfei 2 年之前
父节点
当前提交
c426d18ea3
共有 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)->page(false);
     }
 
     /**