diff --git a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md index a36dfc96..e1d9bb4f 100644 --- a/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md +++ b/web/src/main/resources/sql/jlw/teacherOpenCourseQuestionLog.md @@ -336,7 +336,7 @@ deleteByTeacherOpenCourseQuestionSettingIds * 根据题目配置ID 批量(真删除) - delete from teacher_open_course_question_log where find_in_set(teacher_open_course_question_setting_id, settingIds#) + delete from teacher_open_course_question_log where find_in_set(teacher_open_course_question_setting_id, #settingIds#)