|
@@ -20,10 +20,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="subjectId" column="subject_id"/>
|
|
<result property="subjectId" column="subject_id"/>
|
|
|
<result property="examId" column="exam_id"/>
|
|
<result property="examId" column="exam_id"/>
|
|
|
<result property="sectionId" column="section_id"/>
|
|
<result property="sectionId" column="section_id"/>
|
|
|
- <result property="sectionId" column="section_id"/>
|
|
|
|
|
- <result property="sectionId" column="section_id"/>
|
|
|
|
|
- <result property="sectionId" column="section_id"/>
|
|
|
|
|
- <result property="sectionId" column="section_id"/>
|
|
|
|
|
<result property="sectionType" column="section_type"/>
|
|
<result property="sectionType" column="section_type"/>
|
|
|
<result property="liveUrl" column="live_url"/>
|
|
<result property="liveUrl" column="live_url"/>
|
|
|
<result property="liveStartTime" column="live_start_time"/>
|
|
<result property="liveStartTime" column="live_start_time"/>
|
|
@@ -31,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="recordingUrl" column="recording_url"/>
|
|
<result property="recordingUrl" column="recording_url"/>
|
|
|
<result property="coverUrl" column="cover_url"/>
|
|
<result property="coverUrl" column="cover_url"/>
|
|
|
<result property="applyName" column="apply_name"/>
|
|
<result property="applyName" column="apply_name"/>
|
|
|
- <result property="name" column="name"/>
|
|
|
|
|
|
|
+ <result property="sectionName" column="name"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<select id="listMockLive" parameterType="com.zhongzheng.modules.mock.bo.MockApplyQueryBo" resultMap="MockMajorSubjectVoResult">
|
|
<select id="listMockLive" parameterType="com.zhongzheng.modules.mock.bo.MockApplyQueryBo" resultMap="MockMajorSubjectVoResult">
|