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