소스 검색

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>