@@ -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);
}
/**