소스 검색

fix 课程目录卷

he2802 3 년 전
부모
커밋
23d493def7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

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

@@ -53,7 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             course_chapter_section ccs
         LEFT JOIN course_chapter cc ON ccs.chapter_id = cc.chapter_id
         WHERE
-            ccs.id =#{section_id}
+            ccs.section_id =#{section_id}
     </select>