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