This commit is contained in:
邹宗楠
2024-03-27 13:47:35 +08:00
parent f57644a7dd
commit f44bbc329e
2 changed files with 9 additions and 4 deletions

View File

@@ -174,6 +174,7 @@ func (p *PurchaseHandler) partRefund2OrderDetailSkuList(orderID string, orderDet
if orderID == "4062150144186637882" {
globals.SugarLogger.Debugf("=====refundSkuList-----list %s", utils.Format4Output(refundSkuList, false))
}
skuList = make([]*model.OrderSku, 0, 0)
for _, product2 := range refundSkuList {
product := product2.(map[string]interface{})
if orderID == "4062150144186637882" {