|
@@ -236,7 +236,7 @@
|
236
|
236
|
|
237
|
237
|
<!--章节、知识点选题-->
|
238
|
238
|
<select id="listForSelect" resultType="java.util.Map">
|
239
|
|
- select q.questionid,q.score,q.complexity,q.qstem,q.qoption,q.qanswer,q.qanalyze
|
|
239
|
+ select q.questionid,q.score,q.complexity,q.qstem,q.qstemtxt,q.qoption,q.qanswer,q.qanalyze
|
240
|
240
|
,q.qtypeid,q.qtypename,q.count,q.ctype,q.source,q.year,q.region,q.schoolname,
|
241
|
241
|
q.qlevel,q.hearfile,q.hashear
|
242
|
242
|
from t_question q
|
|
@@ -306,7 +306,7 @@
|
306
|
306
|
</select>
|
307
|
307
|
|
308
|
308
|
<select id="listSonQuestionForSelect" resultType="java.util.Map">
|
309
|
|
- select q.questionid,q.questionpid,q.score,q.complexity,q.qstem,q.qoption,q.qanswer,q.qanalyze
|
|
309
|
+ select q.questionid,q.questionpid,q.score,q.complexity,q.qstem,q.qstemtxt,q.qoption,q.qanswer,q.qanalyze
|
310
|
310
|
,q.qtypeid,q.qtypename,q.ctype,q.qlevel,q.sorder,q.hashear,q.hearfile
|
311
|
311
|
from t_question q where q.qlevel=3 and q.questionpid in('${questionids}') order by q.sorder
|
312
|
312
|
</select>
|