From 14821e28286d773ad5ff2c13510e39c5eb117daf Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 05 七月 2024 13:46:32 +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