From e99739d3ef15591639354914811021bc9db4a419 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:28:46 +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 a4c82e9ba..cf5cf3404 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1631,7 +1631,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+3:len(storeName)] } if strings.Contains(storeName, "(") { - storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+1:len(storeName)] + storeName = storeName[0:strings.Index(storeName, "(")] + storeName[strings.Index(storeName, ")")+3:len(storeName)] } if strings.Contains(storeName, ".") { storeName = storeName[0:strings.Index(storeName, ".")] + storeName[strings.Index(storeName, ".")+1:len(storeName)]