From 46905fa5136633a943cd400fed1a907bc577f7ce 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:52:25 +0800 Subject: [PATCH] 1 --- 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 fb0fa7d6d..1d7586c3e 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -199,6 +199,7 @@ func CreateWayOrder(ctx *jxcontext.Context, param *model.MakeOrderParamReq, user // CancelWayOrder 取消运单 todo func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrderReq) error { // 查询订单 + globals.SugarLogger.Debug("userid==================", userId) order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo} if err := dao.GetEntity(dao.GetDB(), order, "UserId", "LocalWayBill"); err != nil { return err