diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 08e2a0c23..fab447d6c 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -79,7 +79,7 @@ func CopyEBaiToEBai(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, globals.SugarLogger.Debugf("err := RetailCatUpdate Children : %v", err) continue } - VendorCategoryIDMap[v.CategoryID] = childrenCateId + VendorCategoryIDMap[c.CategoryID] = childrenCateId } } }