From 5f25707500be10fba3b5a3b9a269f852c85d6f28 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Mon, 14 Jan 2019 01:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=88=97=E4=B9=8B=E9=97=B4=E9=87=8D=E5=A4=8D=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=95=B0=E6=8D=AE=E6=B7=B7=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/GoodsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/GoodsService.php b/application/service/GoodsService.php index f1d6f0e75..7e6136b80 100755 --- a/application/service/GoodsService.php +++ b/application/service/GoodsService.php @@ -1170,7 +1170,7 @@ class GoodsService } } - // 规格名称列直接是否存在重复 + // 规格名称列之间是否存在重复 $unique_all = array_unique($names_value); $repeat_names_all = array_diff_assoc($names_value, $unique_all); if(!empty($repeat_names_all)) -- GitLab