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 } } }