diff --git a/app/controller/api/store/product/CloudWarehouse.php b/app/controller/api/store/product/CloudWarehouse.php index 5a52151a..9f926871 100644 --- a/app/controller/api/store/product/CloudWarehouse.php +++ b/app/controller/api/store/product/CloudWarehouse.php @@ -53,7 +53,7 @@ class CloudWarehouse extends BaseController ->where('street_code', $street_code) ->where(function($query){ $query->whereOr('mer_labels', '') - ->whereOr('mer_labels',',6,'); + ->whereOr('mer_labels',',5,'); }) ->where('status', 1)->page($page)->field('product_id,mer_labels')->select(); $cloud_product = []; @@ -76,7 +76,7 @@ class CloudWarehouse extends BaseController ->where('street_code', $street_code) ->where(function($query){ $query->whereOr('mer_labels', '') - ->whereOr('mer_labels',',6,'); + ->whereOr('mer_labels',',5,'); }) ->where('status', 1)->count();