瀏覽代碼

fix 课程目录卷

he2802 3 年之前
父節點
當前提交
f750afd94f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuExamMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuExamMapper.xml

@@ -35,7 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             course_menu_exam cme
                 LEFT JOIN exam e ON cme.exam_id = e.exam_id
                 AND cme.type = 1
-                AND cme.course_id = #{courseId}
+        where cme.course_id = #{courseId}
     </select>
 
 </mapper>