diff --git a/business/partner/purchase/ebai/order.go b/business/partner/purchase/ebai/order.go index c83e62027..cd81232f4 100644 --- a/business/partner/purchase/ebai/order.go +++ b/business/partner/purchase/ebai/order.go @@ -147,7 +147,7 @@ func (p *PurchaseHandler) GetOrder4PartRefund(vendorOrderID string) (order *mode globals.SugarLogger.Debugf("========skuHave:= %s", utils.Format4Output(skuHave, false)) globals.SugarLogger.Debugf("========refundSkuList:= %s", utils.Format4Output(refundSkuList, false)) - order.Skus = append(order.Skus, skuHave...) + order.Skus = skuHave giftSkus, discountMoney := getZengSkus(vendorOrderID, result1) order.DiscountMoney = discountMoney order.Skus = append(order.Skus, giftSkus...)