@@ -27,6 +27,7 @@ class CategoryController extends BaseController
$where = [];
$where['merchantId'] = $this->merchantId;
$where['cId'] = $categoryId;
+ $where['delStatus'] = 0;
$data = GoodsCategoryService::getGoodsList($where);
util::success($data);
}