From 546cfd774c75e36a11a84fc3917251304048bf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 3 Dec 2020 16:25:29 +0800 Subject: [PATCH] a --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index bd566e23c..a4c82e9ba 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1644,7 +1644,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { } storeName = "京西菜市" + strings.ReplaceAll(storeName, "店", "") + "生鲜店" if len(storeName) > 30 { - storeName = storeName[:28] + storeName = utils.LimitUTF8StringLen2(storeName, 30) } param := &jdshopapi.UpdateBasicParam{ StoreName: storeName,