From 75309a59a676fb70f91dd01b05d93c7704a3836f Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Wed, 23 Jul 2025 15:06:39 +0800
Subject: [PATCH] 新增培训计划
---
multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml b/multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml
index 96b78b7..04ecdf2 100644
--- a/multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml
+++ b/multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml
@@ -107,6 +107,9 @@
#{item}
</foreach>
</update>
+ <delete id="deleteByPaperStudentId">
+ delete from ex_paper_student where paper_id =#{paperId} and student_id = #{studentId}
+ </delete>
<select id="countByPaperId" resultType="java.lang.Integer">
select count(1) from ex_paper_student where paper_id=#{paperId}
--
Gitblit v1.9.2