Selaa lähdekoodia

获取待批试题

tags/正式版本
雍文秀 2 vuotta sitten
vanhempi
commit
d0d3b8227a

+ 1
- 1
sexam/src/main/resources/mapper/paper/EPaperCorrectTeacherMapper.xml Näytä tiedosto

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

Loading…
Peruuta
Tallenna