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("操作台频繁,请稍后再取消") }