From 10b69be9c8b885005ebef725a0a9da74b561d976 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 27 Jul 2022 10:08:09 +0800 Subject: [PATCH] log --- business/q_bida/q_bida_server.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index 5bf00c1fe..1ea4b2717 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -200,7 +200,8 @@ func CreateWayOrder(ctx *jxcontext.Context, param *model.MakeOrderParamReq, user func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrderReq) error { // 查询订单 globals.SugarLogger.Debug("userid==================", userId) - order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo} + //order:=get + 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