diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index ffd637693..9d6ca5395 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -204,7 +204,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd globals.SugarLogger.Debug("param.order_no==================", param.OrderNo) order, err := dao.GetUserVendorOrder(db, userId, param.OrderNo) if err != nil { - globals.SugarLogger.Debug("errrrrrr===========", err) + globals.SugarLogger.Debugf("errrrrrr=========== %v", err) //return err } //order := &model.UserVendorOrder{UserId: userId, LocalWayBill: param.OrderNo}