From 8458e64aab474c0fc2f49ae4ff22fb11ce5cf6e2 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期一, 11 十一月 2024 16:55:28 +0800
Subject: [PATCH] 批次新增学员查询条件,新增题目导入接口

---
 exam-system/src/main/resources/mapper/system/ExCourseMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exam-system/src/main/resources/mapper/system/ExCourseMapper.xml b/exam-system/src/main/resources/mapper/system/ExCourseMapper.xml
index 70445b4..679b397 100644
--- a/exam-system/src/main/resources/mapper/system/ExCourseMapper.xml
+++ b/exam-system/src/main/resources/mapper/system/ExCourseMapper.xml
@@ -34,7 +34,7 @@
     </sql>
 
     <update id="deleteByCourseId">
-        update ex_course set de_flag=1 where id=#{courseId}
+        update ex_course set del_flag=1 where id=#{courseId}
     </update>
 
     <select id="selectCourseList" resultMap="ExCourseResult">

--
Gitblit v1.9.2