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