|
@@ -21,6 +21,7 @@
|
|
|
e.reviewer_type,
|
|
|
e.question_disorder,
|
|
|
e.answer_disorder,
|
|
|
+ e.image,
|
|
|
p.id as paper_id,
|
|
|
p.title as paperName,
|
|
|
p.total_score,
|
|
@@ -57,6 +58,7 @@
|
|
|
<result column="answer_disorder" property="answerDisorder" jdbcType="BOOLEAN"/>
|
|
|
<result column="reviewer" property="reviewer" jdbcType="VARCHAR"/>
|
|
|
<result column="reviewer_type" property="reviewerType" jdbcType="INTEGER"/>
|
|
|
+ <result column="image" property="image" jdbcType="VARCHAR"/>
|
|
|
|
|
|
<association property="paper" javaType="com.ynfy.buss.exam.paper.entity.Paper">
|
|
|
<id column="paper_id" property="id" jdbcType="VARCHAR"/>
|