zjh
2025-05-30 b7d7d80a8a9e9ac145a05b5e1d545b6b61fc0cc4
ltkj-framework/src/main/java/com/ltkj/framework/interceptor/RepeatSubmitInterceptor.java
@@ -27,7 +27,7 @@
            RepeatSubmit annotation = method.getAnnotation(RepeatSubmit.class);
            if (annotation != null) {
                if (this.isRepeatSubmit(request, annotation)) {
                    AjaxResult ajaxResult = AjaxResult.error(annotation.message());
                    AjaxResult ajaxResult = AjaxResult.success();
                    ServletUtils.renderString(response, JSON.toJSONString(ajaxResult));
                    return false;
                }