From 0dcf869ce3003937a843a148d2ff4bb8f6d7ae79 Mon Sep 17 00:00:00 2001 From: Diyu0904 <1819728964@qq.com> Date: Mon, 17 Mar 2025 16:42:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E5=A4=8D=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8E=A5=E5=8F=A3=E6=97=B6=E9=97=B4=E9=97=B4=E9=9A=94?= =?UTF-8?q?=E4=B8=BA1=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/mcwl/common/annotation/RepeatSubmit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwl-common/src/main/java/com/mcwl/common/annotation/RepeatSubmit.java b/mcwl-common/src/main/java/com/mcwl/common/annotation/RepeatSubmit.java index 0f8e3ab..9196ebe 100644 --- a/mcwl-common/src/main/java/com/mcwl/common/annotation/RepeatSubmit.java +++ b/mcwl-common/src/main/java/com/mcwl/common/annotation/RepeatSubmit.java @@ -22,7 +22,7 @@ public @interface RepeatSubmit /** * 间隔时间(ms),小于此时间视为重复提交 */ - public int interval() default 5000; + public int interval() default 1000; /** * 提示消息