饿鲜达库合并测试

This commit is contained in:
苏尹岚
2020-03-10 15:33:46 +08:00
parent 10cf9f5d0c
commit 1842b7c7e9

View File

@@ -1488,6 +1488,7 @@ func SumExianDaDepot(ctx *jxcontext.Context, isAsync, isContinueWhenError bool)
v := batchItemList[0].(*ebaiapi.ExianDaSkus)
skus, err := api.EbaiAPI.GetExianDaSku(utils.Str2Int64(v.ElemeGoodsID))
if err != nil || skus == nil {
globals.SugarLogger.Debugf("GetExianDaSku[%v]", v.ElemeGoodsID)
return result, err
}
skuNameExt := &model.SkuName{}