From 75c3a26dde3a88c957af13ffbd4bab168e3cfebf Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: Thu, 18 Dec 2025 15:53:51 +0800 Subject: [PATCH] 去除多余引用 --- multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalAuditPersonServiceImpl.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalAuditPersonServiceImpl.java b/multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalAuditPersonServiceImpl.java index 6196f34..f9a69e0 100644 --- a/multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalAuditPersonServiceImpl.java +++ b/multi-system/src/main/java/com/gkhy/exam/system/service/impl/InternalAuditPersonServiceImpl.java @@ -11,8 +11,6 @@ import com.gkhy.exam.system.domain.InternalAuditPerson; import com.gkhy.exam.system.mapper.ExStudentMapper; import com.gkhy.exam.system.mapper.InternalAuditPersonMapper; -import com.gkhy.exam.system.mapper.SysDeptMapper; -import com.gkhy.exam.system.mapper.SysUserMapper; import com.gkhy.exam.system.service.InternalAuditPersonService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; -- Gitblit v1.9.2