Explorar el Código

考生端websocket

wangliang hace 4 años
padre
commit
7dba9b29df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      themis-business/src/main/resources/mapper/TEExamMapper.xml

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

@@ -113,6 +113,6 @@
             tee.id = t.id
         WHERE
             t.reallyTime = -1
-            or t.reallyTime = 0;
+            or t.reallyTime = 0
     </select>
 </mapper>