读取永辉excel
This commit is contained in:
@@ -331,7 +331,7 @@ func updateWeiMobGoods(costPrice, salePrice float64, goodsDetail *weimobapi.Good
|
|||||||
CategoryID: categoryID,
|
CategoryID: categoryID,
|
||||||
OuterGoodsCode: goodsDetail.OuterGoodsCode,
|
OuterGoodsCode: goodsDetail.OuterGoodsCode,
|
||||||
PointDeductRatio: goodsDetail.PointDeductRatio,
|
PointDeductRatio: goodsDetail.PointDeductRatio,
|
||||||
SelectedClassifyIDList: selectedClassifyID,
|
SelectedClassifyIDList: selectedClassifyListID,
|
||||||
}
|
}
|
||||||
updateGoodsParam := &weimobapi.UpdateGoodsParam{
|
updateGoodsParam := &weimobapi.UpdateGoodsParam{
|
||||||
Goods: goods,
|
Goods: goods,
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ func (p *PurchaseHandler) UpdateStoreSkusPrice(ctx *jxcontext.Context, storeID i
|
|||||||
successList = putils.UnselectStoreSkuListByVendorSkuIDs(storeSkuList, getFailedVendorSkuIDsFromOpResult(opResult))
|
successList = putils.UnselectStoreSkuListByVendorSkuIDs(storeSkuList, getFailedVendorSkuIDsFromOpResult(opResult))
|
||||||
}
|
}
|
||||||
} else if len(storeSkuList) == 1 {
|
} else if len(storeSkuList) == 1 {
|
||||||
err = api.EbaiAPI.SkuPriceUpdateOne(ctx.GetTrackInfo(), utils.Int2Str(storeID), StoreSkuInfoList2Ebai(storeSkuList)[0])
|
_, err = api.EbaiAPI.SkuPriceUpdateOne(ctx.GetTrackInfo(), utils.Int2Str(storeID), StoreSkuInfoList2Ebai(storeSkuList)[0])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return successList, err
|
return successList, err
|
||||||
|
|||||||
Reference in New Issue
Block a user