wangliang 4 жил өмнө
parent
commit
3ff5678bb4

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

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