From 60bf4bc7df37ccbabf01c219a113fe76ec302e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 24 Apr 2024 13:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B0=B4=E6=BB=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/product/controller/OpenProduct.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/product/controller/OpenProduct.php b/app/product/controller/OpenProduct.php index 8ac128c..0a1abf4 100644 --- a/app/product/controller/OpenProduct.php +++ b/app/product/controller/OpenProduct.php @@ -31,6 +31,9 @@ class OpenProduct $product_id_name = []; foreach ($product_list as $v) { + if ($v['Id'] == 28) { + continue; + } $product_id_name[$v['Id']] = $v['Name']; }