From 28399209bb4e9d0b9d47666c4a619dd32d2c5845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 16 Apr 2024 16:17:48 +0800 Subject: [PATCH] 1 --- business/partner/purchase/ebai/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)