From dbe0a36cb5169528cfc4c1bdb9113070bb8f16b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 26 Jan 2024 16:31:06 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }