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