From c276ffa0db6fe5878bc673139515dd910ece6164 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 27 Jul 2022 10:02:02 +0800 Subject: [PATCH] log --- business/q_bida/q_bida_server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index 1d7586c3e..5bf00c1fe 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -201,6 +201,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd // 查询订单 globals.SugarLogger.Debug("userid==================", userId) order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo} + globals.SugarLogger.Debugf("hjghauifhwquihfuiojqw== %s ", order.OtherWayBill) if err := dao.GetEntity(dao.GetDB(), order, "UserId", "LocalWayBill"); err != nil { return err }