feat: 移除了GoodsclassLists中的无效查询条件

This commit is contained in:
mkm 2024-05-25 16:43:47 +08:00
parent 1549adfed6
commit 4c55881fa6

View File

@ -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'])