瀏覽代碼

答题卡答题区

tags/正式版本
王宁 2 年之前
父節點
當前提交
bb0ce1ed06
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      sexam/src/main/resources/mapper/paper/EPaperQtypeMapper.xml

+ 3
- 1
sexam/src/main/resources/mapper/paper/EPaperQtypeMapper.xml 查看文件

@@ -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>

Loading…
取消
儲存