|
@@ -8,12 +8,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="sectionId" column="section_id"/>
|
|
|
<result property="chapterId" column="chapter_id"/>
|
|
|
<result property="sort" column="sort"/>
|
|
|
+ <result property="id" column="id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.course.vo.CourseChapterSectionVo" id="CourseChapterSectionResultVo">
|
|
|
<result property="sectionId" column="section_id"/>
|
|
|
<result property="chapterId" column="chapter_id"/>
|
|
|
<result property="sort" column="sort"/>
|
|
|
+ <result property="id" column="id"/>
|
|
|
|
|
|
<result property="code" column="code"/>
|
|
|
<result property="name" column="name"/>
|