|
@@ -22,6 +22,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="chapterExamId" column="chapter_exam_id"/>
|
|
|
<result property="doTime" column="do_time"/>
|
|
|
<result property="examTime" column="exam_time"/>
|
|
|
+ <result property="totalScore" column="total_score"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.user.vo.UserExamRecordVo" id="UserExamRecordVoResult">
|
|
@@ -44,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="paperName" column="paper_name"/>
|
|
|
<result property="doTime" column="do_time"/>
|
|
|
<result property="examTime" column="exam_time"/>
|
|
|
+ <result property="totalScore" column="total_score"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectList" parameterType="com.zhongzheng.modules.user.bo.UserExamRecordQueryBo" resultMap="UserExamRecordVoResult">
|