From 5040922b5dc0c74516a05443c212a9a2e89de9ad Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 4 Aug 2022 11:04:46 +0800 Subject: [PATCH] pay --- business/q_bida/q_bida_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index 62994ceb7..806ca70ec 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -309,7 +309,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd globals.SugarLogger.Debug("orderWay==============", orderWay) globals.SugarLogger.Debug("order==============", order) globals.SugarLogger.Debug("order.OtherWayBill==============", order.OtherWayBill) - res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(order.ChannelFee/100), "申请退款") + res, err := RefundOrderByTL(ctx, orderWay, order, order.OtherWayBill, int(orderWay.PayPrice*100), "申请退款") if len(res.VendorRefundID) > 0 { return SuccessCode, err } else {