瀏覽代碼

获取待批试题

tags/正式版本
雍文秀 2 年之前
父節點
當前提交
d0d3b8227a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      sexam/src/main/resources/mapper/paper/EPaperCorrectTeacherMapper.xml

+ 1
- 1
sexam/src/main/resources/mapper/paper/EPaperCorrectTeacherMapper.xml 查看文件

@@ -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…
取消
儲存