diff --git a/app/api/lists/goods/GoodsclassLists.php b/app/api/lists/goods/GoodsclassLists.php index ea05bfb..2f55d9f 100644 --- a/app/api/lists/goods/GoodsclassLists.php +++ b/app/api/lists/goods/GoodsclassLists.php @@ -53,7 +53,6 @@ class GoodsclassLists extends BaseAdminDataLists implements ListsSearchInterface ->select()->toArray(); }else{ $lists = Goodsclass::where($this->searchWhere) - ->where('children','<>',null) ->field(['id', 'pid', 'name', 'data', 'pic', 'sort']) ->limit($this->limitOffset, $this->limitLength) ->order(['sort' => 'desc','id' => 'desc'])