|
|
|
|
116
|
<result column="optionnum" property="optionnum"></result>
|
116
|
<result column="optionnum" property="optionnum"></result>
|
117
|
<result column="coord" property="coord"></result>
|
117
|
<result column="coord" property="coord"></result>
|
118
|
<result column="gnum" property="gnum"></result>
|
118
|
<result column="gnum" property="gnum"></result>
|
|
|
119
|
+ <result column="height" property="height"></result>
|
|
|
120
|
+ <result column="queshtml" property="queshtml"></result>
|
119
|
</collection>
|
121
|
</collection>
|
120
|
</resultMap>
|
122
|
</resultMap>
|
121
|
|
123
|
|
122
|
<!--制作答题卡时获取试卷中试题-->
|
124
|
<!--制作答题卡时获取试卷中试题-->
|
123
|
<select id="listPaperqtypeQuestionsForScan" resultMap="qtypesQuestionsForScan">
|
125
|
<select id="listPaperqtypeQuestionsForScan" resultMap="qtypesQuestionsForScan">
|
124
|
select t.eptname,t.ctype,t.eptnum,t.eptorder,t.eptscore,tq.eptqid,tq.ctype qctype,tq.score,
|
126
|
select t.eptname,t.ctype,t.eptnum,t.eptorder,t.eptscore,tq.eptqid,tq.ctype qctype,tq.score,
|
125
|
- tq.qorder,tq.qn,tq.optionnum,tq.coord,tq.gnum
|
|
|
|
|
127
|
+ tq.qorder,tq.qn,tq.optionnum,tq.coord,tq.gnum,tq.height,tq.queshtml
|
126
|
from e_paper_qtype_question tq left join e_paper_qtype t on t.eptid=tq.eptid
|
128
|
from e_paper_qtype_question tq left join e_paper_qtype t on t.eptid=tq.eptid
|
127
|
where t.epid=#{epid} order by t.eptorder,tq.qorder
|
129
|
where t.epid=#{epid} order by t.eptorder,tq.qorder
|
128
|
</select>
|
130
|
</select>
|