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/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