diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index c033c47b7..05f8c7df5 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -982,6 +982,7 @@ func BatchInitSkuMtwm2EBai(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, t //} customSkuID := int64(storeSku.Ctime + k) _, err := toApi.SkuCreate(ctx.GetTrackInfo(), storeID, customSkuID, params) + globals.SugarLogger.Debugf("-------erbaierr := %v", err) if err != nil { errList = append(errList, err) }