From 5011ebf747ddfa41840b352c9e39cf369a8f047c Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 26 十一月 2025 16:22:34 +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