1
This commit is contained in:
@@ -189,7 +189,7 @@ func (p *PurchaseHandler) partRefund2OrderDetailSkuList(orderID string, orderDet
|
|||||||
VendorID: model.VendorIDEBAI,
|
VendorID: model.VendorIDEBAI,
|
||||||
Count: number,
|
Count: number,
|
||||||
SkuID: int(utils.Str2Int64WithDefault(utils.Interface2String(product[ebaiapi.KeyCustomSkuID]), 0)),
|
SkuID: int(utils.Str2Int64WithDefault(utils.Interface2String(product[ebaiapi.KeyCustomSkuID]), 0)),
|
||||||
VendorSkuID: utils.Int2Str(product["platform_sku_id"].(int)),
|
VendorSkuID: utils.Int64ToStr(utils.Interface2Int64WithDefault(product["platform_sku_id"], 0)),
|
||||||
SkuName: skuName,
|
SkuName: skuName,
|
||||||
Weight: int(utils.Interface2Int64WithDefault(product["refund_weight"], 0)) / number, // 退单这里的total_weight有BUG,这里的total_weight还是没有退单时的值
|
Weight: int(utils.Interface2Int64WithDefault(product["refund_weight"], 0)) / number, // 退单这里的total_weight有BUG,这里的total_weight还是没有退单时的值
|
||||||
VendorPrice: utils.MustInterface2Int64(product["refund_user_amount"]),
|
VendorPrice: utils.MustInterface2Int64(product["refund_user_amount"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user