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