From eb540afc74cd0b112f6b8d4db4ea3ccab2600798 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Mon, 11 May 2026 10:26:47 +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