diff --git a/app/api/lists/cate/CateLists.php b/app/api/lists/cate/CateLists.php index 6e8c6ced5..8157169f4 100644 --- a/app/api/lists/cate/CateLists.php +++ b/app/api/lists/cate/CateLists.php @@ -46,7 +46,7 @@ class CateLists extends BaseAdminDataLists implements ListsSearchInterface { $level = Request()->get('level', 1); $pid = $this->request->get('pid',0); - $this->searchWhere[] = ['stock', '>', 0]; + // $this->searchWhere[] = ['stock', '>', 0]; $this->searchWhere[] = ['status', '=', 1]; if($pid && $level ==2){ $this->searchWhere[] = ['top_cate_id','=',$pid];