Browse Source

删除商品

shish 6 years ago
parent
commit
725fe7ec7a
1 changed files with 1 additions and 0 deletions
  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);
 	}