1
This commit is contained in:
@@ -72,6 +72,9 @@ func (c *PurchaseHandler) makeAfsOrderInfoReverseRefund(msg *ebaiapi.CallbackMsg
|
||||
return nil, err
|
||||
}
|
||||
for _, sku := range refundSkuList {
|
||||
if sku.SkuName == "配送费" {
|
||||
continue
|
||||
}
|
||||
orderSku := &model.OrderSkuFinancial{
|
||||
Count: sku.RefundQuantity,
|
||||
VendorSkuID: utils.Int64ToStr(sku.PlatformSkuId),
|
||||
|
||||
Reference in New Issue
Block a user