From daf7acb4f107a427e4a83ba1eb26e5e6012cbdaf Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 26 Jun 2024 17:04:52 +0800
Subject: [PATCH] update
---
exam-system/src/main/resources/mapper/system/ExExamPaperMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/exam-system/src/main/resources/mapper/system/ExExamPaperMapper.xml b/exam-system/src/main/resources/mapper/system/ExExamPaperMapper.xml
index 0725ae9..0daa0aa 100644
--- a/exam-system/src/main/resources/mapper/system/ExExamPaperMapper.xml
+++ b/exam-system/src/main/resources/mapper/system/ExExamPaperMapper.xml
@@ -50,6 +50,7 @@
update ex_exam_paper set del_flag=1 where id=#{paperId}
</update>
+
<select id="selectExamPaperList" resultMap="ExamPaperResult">
<include refid="selectExamPaperVo"/>
<where>
--
Gitblit v1.9.2