Browse Source

返回试题的选项个数

tags/正式版本
王宁 2 years ago
parent
commit
62a2255c59
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sexam/src/main/resources/mapper/report/EReportClassMapper.xml

+ 1
- 1
sexam/src/main/resources/mapper/report/EReportClassMapper.xml View File

@@ -31,7 +31,7 @@
31 31
     <select id="listFjSjGk" resultType="java.util.Map">
32 32
         select erq.qn,erq.qorder,erq.classavgscore,erq.classsrate,erq.gradeavgscore,erq.gradesrate
33 33
         ,erq.answerjson,erq.goodstujson,erq.badstujson,erq.eptqid,erq.classratetype
34
-        ,epqq.ctype,epqq.score,epqq.answer,epqq.qtypename
34
+        ,epqq.ctype,epqq.score,epqq.answer,epqq.qtypename,epqq.optionnum
35 35
         from e_rclass_question erq left join e_paper_qtype_question epqq on erq.eptqid = epqq.eptqid
36 36
         where erq.examid=#{rank.examid} and erq.classid=#{rank.classid}
37 37
         and erq.subjectid=#{rank.subjectid}

Loading…
Cancel
Save