瀏覽代碼

考生端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>