From a14b9718755aeeb26b3035065a5e36c9dd1e1555 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期四, 20 十一月 2025 15:18:52 +0800
Subject: [PATCH] 修改

---
 multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java b/multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java
index 60c8fcd..bb77139 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java
@@ -18,11 +18,11 @@
 public interface InternalAuditCheckService extends IService<InternalAuditCheck> {
     CommonPage selectInternalAuditCheckList(Integer companyId);
 
-    CommonResult insertInternalAuditCheck(InternalAuditCheckVo internalAuditCheck);
+    CommonResult insertInternalAuditCheck(InternalAuditCheck internalAuditCheck);
 
-    CommonResult updateInternalAuditCheck(InternalAuditCheckVo internalAuditCheck);
+    CommonResult updateInternalAuditCheck(InternalAuditCheck internalAuditCheck);
 
     CommonResult deletedInternalAuditCheck(Integer id);
 
-    CommonResult internalAuditCheckInfo(Integer id);
+//    CommonResult internalAuditCheckInfo(Integer id);
 }

--
Gitblit v1.9.2