From 44575685e95ee31068dc6dfb67a41feeb9a485c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 26 Jul 2022 18:43:32 +0800 Subject: [PATCH] 1 --- 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 8a0720969..fb0fa7d6d 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -237,7 +237,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd Type: param.Type, } if err := api.QBiDaAPI.CancelOrder(cancelParma); err != nil { - return err + globals.SugarLogger.Debug("err==========================", err) } // 暂时考虑余额支付渠道,加载order表判断支付渠道方式 orderWay := &model.Order{OrderID: param.OrderNo, UserID: userId}