diff --git a/business/partner/purchase/tao_vegetable/store_sku2.go b/business/partner/purchase/tao_vegetable/store_sku2.go index 2d16b1c0c..debd525ae 100644 --- a/business/partner/purchase/tao_vegetable/store_sku2.go +++ b/business/partner/purchase/tao_vegetable/store_sku2.go @@ -401,7 +401,7 @@ func checkNameLength(name string, weight int, uint string) string { if len(name) <= tao_vegetable.NameMaxLength { return name } - + lastName = name if strings.Contains(name, "(") { startIndex := strings.Index(name, "(") endIndex := strings.Index(name, ")")