From a5d6415dde3153bc11f6362873268f431bed080a Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Mon, 25 Dec 2023 12:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/product/CloudWarehouse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();