Ver código fonte

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

tags/正式版本
王宁 2 anos atrás
pai
commit
606d1a1651

+ 1
- 1
sexam/src/main/resources/mapper/paper/EPaperCorrectTeacherMapper.xml Ver arquivo

@@ -50,7 +50,7 @@
50 50
         <if test="classids!=null and classids!=''">
51 51
             and psq.classid in(${classids})
52 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 54
     </select>
55 55
     <!--试题批阅情况-->
56 56
     <select id="getCheckQuestion" resultType="com.xhkjedu.sexam.vo.paper.EPaperSQuestionVo">

Carregando…
Cancelar
Salvar