|
@@ -32,6 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="commitTime" column="commit_time"/>
|
|
|
<result property="doMode" column="do_mode"/>
|
|
|
<result property="simulateExamId" column="simulate_exam_id"/>
|
|
|
+ <result property="fromPlat" column="from_plat"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.user.vo.UserExamRecordVo" id="UserExamRecordVoResult">
|
|
@@ -64,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="commitTime" column="commit_time"/>
|
|
|
<result property="doMode" column="do_mode"/>
|
|
|
<result property="simulateExamId" column="simulate_exam_id"/>
|
|
|
+ <result property="fromPlat" column="from_plat"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<resultMap type="com.zhongzheng.modules.user.vo.UserExamWrongRecordVo" id="UserExamRecordQuestionVoResult">
|