소스 검색

获取待批试题

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…
취소
저장