Browse Source

Merge remote-tracking branch 'cloud-schoolapi/ywx'

tags/正式版本
王宁 2 years ago
parent
commit
606d1a1651

+ 1
- 1
sexam/src/main/resources/mapper/paper/EPaperCorrectTeacherMapper.xml View File

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">

Loading…
Cancel
Save