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