|
@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="realLiveStartTime" column="real_live_start_time"/>
|
|
|
<result property="realLiveEndTime" column="real_live_end_time"/>
|
|
|
<result property="realDuration" column="real_duration"/>
|
|
|
+ <result property="teacherId" column="teacher_id"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.course.vo.CourseSectionVo" id="CourseSectionResultVo">
|
|
@@ -51,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="realLiveStartTime" column="real_live_start_time"/>
|
|
|
<result property="realLiveEndTime" column="real_live_end_time"/>
|
|
|
<result property="realDuration" column="real_duration"/>
|
|
|
+ <result property="teacherId" column="teacher_id"/>
|
|
|
<collection property="businessList" column="section_id" select="findBusinessList"/>
|
|
|
<collection property="chapterList" column="section_id" select="findChapterList"/>
|
|
|
<!-- <collection property="moduleList" javaType="java.util.List" resultMap="CourseModuleChapterListResult"/>
|