From 386f32a3b7d8ae06b492349934e456b8e6c52229 Mon Sep 17 00:00:00 2001
From: 刚刚好 <380862139@qq.com>
Date: Sun, 12 Nov 2023 10:38:46 +0800
Subject: [PATCH] update ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java. 提交错别字
---
ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java
index 05fff7b..e41968a 100644
--- a/ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java
+++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/interceptor/RepeatSubmitInterceptor.java
@@ -47,8 +47,9 @@
/**
* 验证是否重复提交由子类实现具体的防重复提交的规则
*
- * @param request
- * @return
+ * @param request 请求信息
+ * @param annotation 防重复注解参数
+ * @return 结果
* @throws Exception
*/
public abstract boolean isRepeatSubmit(HttpServletRequest request, RepeatSubmit annotation);
--
Gitblit v1.9.2