فهرست منبع

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>