From aa75b6e1ae163ca65c0daa07a2468cb1623fc3f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 29 Apr 2025 13:41:56 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 61f5c5c3d..c627108dd 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -6590,6 +6590,7 @@ func CopyMtToJd(ctx *jxcontext.Context, mtStoreID, mtOrgCode, jdStoreID, jdOrgCo for _, mtc := range catList { if jdc.Name == mtc.Name { catMap[mtc.Name] = utils.Int64ToStr(jdc.Id) + break } } }