From db8242513644b246a30222663ef20e21f1e7c7ce Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期二, 10 六月 2025 09:55:46 +0800 Subject: [PATCH] init --- 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