From 3dfe99a609b364d84d6a8ee46768345923318ad9 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 11 May 2026 10:34:58 +0800
Subject: [PATCH] 修改
---
exam-system/src/main/resources/mapper/system/ExStudentMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/exam-system/src/main/resources/mapper/system/ExStudentMapper.xml b/exam-system/src/main/resources/mapper/system/ExStudentMapper.xml
index ff0e4f1..2cb0b2b 100644
--- a/exam-system/src/main/resources/mapper/system/ExStudentMapper.xml
+++ b/exam-system/src/main/resources/mapper/system/ExStudentMapper.xml
@@ -72,6 +72,9 @@
<if test="createId != null">
AND s.create_id =#{createId}
</if>
+ <if test="duty != null">
+ AND s.duty =#{duty}
+ </if>
<if test="params.createIds != null and params.createIds != ''">
AND s.create_id in
<foreach collection="params.createIds" item="createId" open="(" separator="," close=")">
--
Gitblit v1.9.2