From 29a656d5053e5887f351d6c050d9e3f9f9faf5db Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 27 Jul 2022 14:41:41 +0800 Subject: [PATCH] log --- 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 ffd637693..9d6ca5395 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -204,7 +204,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd globals.SugarLogger.Debug("param.order_no==================", param.OrderNo) order, err := dao.GetUserVendorOrder(db, userId, param.OrderNo) if err != nil { - globals.SugarLogger.Debug("errrrrrr===========", err) + globals.SugarLogger.Debugf("errrrrrr=========== %v", err) //return err } //order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}