From 826976ff37a83fc8fec64aeb19727d69afc6fcfa Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 31 七月 2025 16:05:24 +0800
Subject: [PATCH] 修改人员角色绑定

---
 multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java b/multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java
index cd0e45e..8492af5 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/mapper/ExPaperStudentMapper.java
@@ -72,7 +72,7 @@
      * @param studentId
      * @return
      */
-    List<ExPaperStudent> selectByStudentId(Long studentId);
+    List<ExPaperStudent> selectByStudentId(@Param("studentId") Long studentId);
 
     /**
      * 分页获取未完成考试学生列表
@@ -90,5 +90,7 @@
     void batchUpdateComplete(@Param("paperStudentIds") List<Long> paperStudentIds,@Param("completed") Integer completed);
 
 
+    void deleteByPaperStudentId(@Param("paperId") Long paperId, @Param("studentId") Long studentId);
 
+    void updateByPaperStudentId(ExPaperStudent exPaperStudent);
 }

--
Gitblit v1.9.2