From 18b54a0c07b2455a5a78f035de2f8ed4c2c2c515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 4 Jul 2022 19:42:49 +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 25f72eeb9..e07e2d25b 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -204,6 +204,7 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd return err } + globals.SugarLogger.Debug("time.Now().Unix()-order.CreatedAt.Unix()", time.Now().Unix()-order.CreatedAt.Unix()) if time.Now().Unix()-order.CreatedAt.Unix() <= 15 { return errors.New("操作台频繁,请稍后再取消") }