From 327ba73be8a657946e7ea20a4c2cd265dd82be54 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Mon, 25 Dec 2023 12:02:14 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/store/product/CloudWarehouse.php b/app/controller/api/store/product/CloudWarehouse.php index 9f926871..4e899fab 100644 --- a/app/controller/api/store/product/CloudWarehouse.php +++ b/app/controller/api/store/product/CloudWarehouse.php @@ -86,7 +86,7 @@ class CloudWarehouse extends BaseController foreach ($cloud_product_arr as $key => $value) { foreach ($list as $k => $v) { if ($value['product_id'] == $v['product_id']) { - if ($value['mer_labels'] == ',6,') { + if ($value['mer_labels'] == ',5,') { $list[$k]['mer_labels_name'] = '五日达'; } else { $list[$k]['mer_labels_name'] = '次日达';