From 88717f3e96fb853f3dbc3d6e6b3de0ba4ce1f3c5 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: Fri, 06 Feb 2026 13:40:51 +0800 Subject: [PATCH] 修改,内审检查多选人员 --- multi-framework/src/main/java/com/gkhy/exam/framework/interceptor/SameUrlDataInterceptor.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multi-framework/src/main/java/com/gkhy/exam/framework/interceptor/SameUrlDataInterceptor.java b/multi-framework/src/main/java/com/gkhy/exam/framework/interceptor/SameUrlDataInterceptor.java index 45d39a9..11293cc 100644 --- a/multi-framework/src/main/java/com/gkhy/exam/framework/interceptor/SameUrlDataInterceptor.java +++ b/multi-framework/src/main/java/com/gkhy/exam/framework/interceptor/SameUrlDataInterceptor.java @@ -1,11 +1,11 @@ package com.gkhy.exam.framework.interceptor; -import com.gkhy.exam.common.constant.CacheConstant; -import com.gkhy.exam.common.utils.StringUtils; import com.alibaba.fastjson2.JSONObject; import com.gkhy.exam.common.annotation.RepeatSubmit; +import com.gkhy.exam.common.constant.CacheConstant; import com.gkhy.exam.common.filter.RepeatedlyRequestWrapper; import com.gkhy.exam.common.utils.RedisUtils; +import com.gkhy.exam.common.utils.StringUtils; import com.gkhy.exam.common.utils.http.HttpHelper; import com.gkhy.exam.framework.web.service.TokenService; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.9.2