diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 4b84bae1d..a197068fb 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -1298,10 +1298,7 @@ func SetMTPSStatus(ctx *jxcontext.Context, storeId, courierStatus int) { if ShopInfo != nil { ShopName = ShopInfo.ShopName if ShopName == "" { - if StoreLists[0].Name[len(StoreLists[0].Name)-1:] == "εΊ—" { - - } - ShopName = StoreLists[0].Name + ShopName = StoreLists[0].Name[:len(StoreLists[0].Name)-3] } StoreInfoList, _ = api.MtpsAPI.GetStoreStatus(ShopName) if StoreInfoList != nil && StoreInfoList.DataList != nil {