|
@@ -136,7 +136,7 @@
|
136
|
136
|
<!--管理端试题列表-->
|
137
|
137
|
<select id="findAll" resultType="com.xhkjedu.sstudy.vo.question.QuestionVo">
|
138
|
138
|
select q.questionid,q.score,q.complexity,q.ctype,q.qstem,q.qoption,q.qanswer,q.qanalyze,q.belong,q.createid
|
139
|
|
- ,q.qtypeid,q.qtypename,q.createtime,q.count,q.qstate,q.source,q.year,q.region,q.schoolname,q.hearfile,q.qlevel
|
|
139
|
+ ,q.qtypeid,q.qtypename,q.createtime,q.count,q.qstate,q.source,q.year,q.region,q.schoolname,q.hashear,q.hearfile,q.qlevel
|
140
|
140
|
from t_question q left join t_question_director qd on q.questionid=qd.questionid
|
141
|
141
|
<if test="question.belong!=null and question.belong==5">
|
142
|
142
|
left join t_question_collect qc on q.questionid = qc.questionid
|