@@ -50,7 +50,7 @@
<if test="classids!=null and classids!=''">
and psq.classid in(${classids})
</if>
- order by psq.qorder,psq.checked desc rand() limit 1
+ order by psq.qorder,psq.checked desc,rand() limit 1
</select>
<!--试题批阅情况-->
<select id="getCheckQuestion" resultType="com.xhkjedu.sexam.vo.paper.EPaperSQuestionVo">