소스 검색

考生端websocket

wangliang 4 년 전
부모
커밋
3ff5678bb4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      themis-business/src/main/resources/mapper/TEExamMapper.xml

+ 2 - 2
themis-business/src/main/resources/mapper/TEExamMapper.xml

@@ -56,8 +56,8 @@
         </where>
             ) t
         <where>
-            t.reallyTime = -1
-            or t.reallyTime = 0
+            t.reallyTime <![CDATA[ >= ]]> -15
+            and t.reallyTime <![CDATA[ <= ]]> 0
         </where>
     </select>