From daf7acb4f107a427e4a83ba1eb26e5e6012cbdaf Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 26 六月 2024 17:04:52 +0800 Subject: [PATCH] update --- exam-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml b/exam-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml index a6b49c8..d87acb8 100644 --- a/exam-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml +++ b/exam-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml @@ -57,6 +57,7 @@ left join ex_student b on a.student_id=b.id left join ex_exam_paper c on c.id=a.paper_id <where> + and c.del_flag=0 <if test="paperId!=null'"> and a.paper_id=#{paperId} </if> -- Gitblit v1.9.2