1
This commit is contained in:
@@ -680,7 +680,7 @@ func (c *PurchaseHandler) AgreeOrRefuseCancel(ctx *jxcontext.Context, order *mod
|
||||
}
|
||||
refundProductList = append(refundProductList, refundProduct)
|
||||
if param.ReverseOrderId == "" {
|
||||
param.ReverseOrderId = v2["refund_order_id"].(string)
|
||||
param.ReverseOrderId = utils.Int64ToStr(utils.Interface2Int64WithDefault(v2["refund_order_id"], 0))
|
||||
}
|
||||
}
|
||||
param.RefundProductList = refundProductList
|
||||
|
||||
Reference in New Issue
Block a user