浏览代码

fix 课程目录卷

he2802 3 年之前
父节点
当前提交
17981c04bb
共有 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

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