|
@@ -8,6 +8,7 @@
|
|
|
e.open_type,
|
|
|
e.start_time,
|
|
|
e.end_time,
|
|
|
+ e.total_score,
|
|
|
e.qualify_score,
|
|
|
e.total_time,
|
|
|
p.id as exam_paper_id,
|
|
@@ -35,6 +36,7 @@
|
|
|
<result column="open_type" property="openType" jdbcType="INTEGER"/>
|
|
|
<result column="start_time" property="startTime" jdbcType="TIMESTAMP"/>
|
|
|
<result column="end_time" property="endTime" jdbcType="TIMESTAMP"/>
|
|
|
+ <result column="total_score" property="totalScore" jdbcType="INTEGER"/>
|
|
|
<result column="qualify_score" property="qualifyScore" jdbcType="INTEGER"/>
|
|
|
<result column="total_time" property="totalTime" jdbcType="INTEGER"/>
|
|
|
<result column="exam_paper_id" property="paperId" jdbcType="VARCHAR"/>
|