From bc472feefdfc4afbcb0fcd35a8fb8d047edf6a9f Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Tue, 18 Feb 2025 16:50:30 +0800
Subject: [PATCH] 煤矿缴费修改
---
exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudentMapper.java | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudentMapper.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudentMapper.java
index 5d91a2a..a1259be 100644
--- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudentMapper.java
+++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/mapper/ThStudentMapper.java
@@ -11,7 +11,12 @@
@RequestMapping
@Mapper
public interface ThStudentMapper extends BaseMapper<ThStudent> {
- int updateByIdcard(@Param("list") List<ThStudent> list);
+ Integer updateBatch(@Param("list") List<ThStudent> list);
+ Integer insertBatch(@Param("list") List<ThStudent> saveSudentList);
+
+ List<ThStudent> getByIdCards(@Param("idcards") List<String> idcards);
+
+ List<ThStudent> getNameByIdcards(@Param("idcards")List<String> idcards);
}
--
Gitblit v1.9.2