zhaowenxuan
8 天以前 e7ac7e5702f6ac1f88403485de232e5494a1c76a
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.success();
                    AjaxResult ajaxResult = AjaxResult.error("同志,不要请求这么快,好吗");
                    ServletUtils.renderString(response, JSON.toJSONString(ajaxResult));
                    return false;
                }