From 8951d2f42053a66582ac324221ab3f66d8f2e593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 10 Jul 2026 14:08:19 +0800 Subject: [PATCH] 1\ --- business/jxstore/cms/system_store_sku.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 932f37e91..f3c9ee3ac 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -194,8 +194,10 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t if customSkuID == "" { customSkuID = utils.Int64ToStr(storeSku.SkuId) } + globals.SugarLogger.Debugf("------canshu:%s,%s,%s", storeID, storeSku.CustomSkuId, utils.Format4Output(params, false)) _, err := toApi.SkuCreate(ctx.GetTrackInfo(), storeID, storeSku.CustomSkuID, params) if err != nil { + globals.SugarLogger.Debugf("---------name := %s-err := %s", storeSku.Name, err.Error()) errList = append(errList, err) } }