From a39e023677a9c5c68ba3b6577f0d7da24b9dc65e Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 30 Oct 2024 11:14:08 +0800
Subject: [PATCH] update
---
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