|
|
@@ -31,6 +31,7 @@ class GoodsController extends BaseController
|
|
|
$where['goodsName'] = ['like', $goodsName];
|
|
|
}
|
|
|
$where['merchantId'] = $this->merchantId;
|
|
|
+ $where['delStatus'] = 0;
|
|
|
$data = GoodsService::getGoodsList($where);
|
|
|
$asset = $this->merchantAsset;
|
|
|
$data['MerchantAsset'] = $asset;
|