Browse Source

网页端开始做题返回qn

tags/正式版本
王宁 2 years ago
parent
commit
fed4d7fb8a

+ 2
- 1
sexam/src/main/resources/mapper/paperstudent/EPaperStudentMapper.xml View File

@@ -88,6 +88,7 @@
88 88
             <result column="questionid" property="questionid"></result>
89 89
             <result column="qscore" property="qscore"></result>
90 90
             <result column="qorder" property="qorder"></result>
91
+            <result column="qn" property="qn"></result>
91 92
             <result column="answered" property="answered"></result>
92 93
             <result column="answertype" property="answertype"></result>
93 94
             <result column="stuanswer" property="stuanswer"></result>
@@ -115,7 +116,7 @@
115 116
     <!--学生试卷题库(web)-->
116 117
     <select id="listStuPaperQuestionsForWeb" resultMap="qtypesQuestion">
117 118
         select pt.eptid,pt.ctype,pt.eptname,pt.eptnum,pt.eptorder,pt.eptscore,
118
-               psq.epsqid,psq.questionid,psq.qorder,psq.qscore,psq.answered,psq.answertype,psq.stuanswer,
119
+               psq.epsqid,psq.questionid,psq.qorder,psq.qn,psq.qscore,psq.answered,psq.answertype,psq.stuanswer,
119 120
                psq.stuanswertxt,psq.eptqid,q.qstem,q.qoption,q.ctype qctype,q.hearfile,q.qtypeid,
120 121
                q.qtypename,q.qlevel,q.snum,q.sorder,q.questionpid,mq.questionid mquestionid,mq.qstem mqstem,
121 122
                mq.qoption mqoption,mq.ctype mctype,mq.qtypeid mqtypeid,mq.qtypename mqtypename

Loading…
Cancel
Save