From c26e227abe288476c11b0a8b7875045e71efa14c Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Thu, 30 Apr 2026 17:30:00 +0800
Subject: [PATCH] 新增修改
---
multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java | 4 +++-
1 files changed, 3 insertions(+), 1 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 22ca8d8..297c19d 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
@@ -17,7 +17,7 @@
* @since 2025-07-10 15:11:50
*/
public interface InternalAuditCheckService extends IService<InternalAuditCheck> {
- CommonPage selectInternalAuditCheckList(Integer companyId);
+ CommonPage selectInternalAuditCheckList(Integer companyId, String year);
CommonResult insertInternalAuditCheck(InternalAuditCheck internalAuditCheck);
@@ -29,5 +29,7 @@
List<InternalAuditCheck> selectByMap(Map<String, Object> stringObjectHashMap);
+ CommonResult copyInternalAuditCheck(Integer companyId, String sourceYear, String targetYear);
+
// CommonResult internalAuditCheckInfo(Integer id);
}
--
Gitblit v1.9.2