Bläddra i källkod

答题卡答题区

tags/正式版本
王宁 2 år sedan
förälder
incheckning
bb0ce1ed06
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      sexam/src/main/resources/mapper/paper/EPaperQtypeMapper.xml

+ 3
- 1
sexam/src/main/resources/mapper/paper/EPaperQtypeMapper.xml Visa fil

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

Laddar…
Avbryt
Spara