This commit is contained in:
邹宗楠
2024-08-01 17:38:52 +08:00
parent 2ee4da7bc6
commit b3fb7884d7
3 changed files with 4 additions and 54 deletions

View File

@@ -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),