shish 6 лет назад
Родитель
Сommit
725fe7ec7a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/mall/controllers/CategoryController.php

+ 1 - 0
app/mall/controllers/CategoryController.php

@@ -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);
 	}