diff --git a/business/partner/purchase/ebai/store_sku2.go b/business/partner/purchase/ebai/store_sku2.go index 8043053cb..2bb4b463c 100644 --- a/business/partner/purchase/ebai/store_sku2.go +++ b/business/partner/purchase/ebai/store_sku2.go @@ -285,6 +285,10 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v } params := genSkuParamsFromStoreSkuInfo2(storeSku, true, true) + if storeID == 667094 { + globals.SugarLogger.Debugf("------storesku := %s", utils.Format4Output(storeSku, false)) + globals.SugarLogger.Debugf("------params := %s", utils.Format4Output(params, false)) + } if globals.EnableEbaiStoreWrite { strStoreID := utils.Int2Str(storeID) if vendorSkuID, err = api.EbaiAPI.SkuCreate(ctx.GetTrackInfo(), strStoreID, customSkuID, params); err == nil && !isExd {