This commit is contained in:
邹宗楠
2023-09-01 20:17:36 +08:00
parent 3377e21331
commit 67669bec47

View File

@@ -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