@@ -181,6 +181,7 @@
<if test="question.complexity!=null and question.complexity!=0">
and q.complexity=#{question.complexity}
</if>
+ and q.qlevel < 3
</where>
group by q.questionid order by q.qstate,q.createtime desc
</select>