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