From 071987c1734d7f31cd00a055090c6e6a42617d80 Mon Sep 17 00:00:00 2001 From: devil Date: Wed, 9 Sep 2020 15:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/WarehouseGoodsService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/WarehouseGoodsService.php b/application/service/WarehouseGoodsService.php index 0a0d0f325..54d9781b8 100644 --- a/application/service/WarehouseGoodsService.php +++ b/application/service/WarehouseGoodsService.php @@ -577,7 +577,7 @@ class WarehouseGoodsService * @version 1.0.0 * @date 2020-07-16 * @desc description - * @param [string] $spec_str [规格字打错,英文逗号分割] + * @param [string] $spec_str [规格字符串,英文逗号分割] * @param [array] $spec_title [规格类型名称] */ public static function GoodsSpecMuster($spec_str, $spec_title)