1
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user