1\
This commit is contained in:
@@ -194,8 +194,10 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t
|
|||||||
if customSkuID == "" {
|
if customSkuID == "" {
|
||||||
customSkuID = utils.Int64ToStr(storeSku.SkuId)
|
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)
|
_, err := toApi.SkuCreate(ctx.GetTrackInfo(), storeID, storeSku.CustomSkuID, params)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
globals.SugarLogger.Debugf("---------name := %s-err := %s", storeSku.Name, err.Error())
|
||||||
errList = append(errList, err)
|
errList = append(errList, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user