소스 검색

Merge branch 'dev'
1

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

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

@@ -7,9 +7,9 @@
         t.id as examId
         from
         t_e_exam t
-        <where>
+        <where> 1 = 1
+            and t.monitor_status <![CDATA[ <> ]]> 'FINISHED'
             and t.start_time <![CDATA[ <= ]]> unix_timestamp(current_timestamp()) * 1000
-            and t.end_time <![CDATA[ >= ]]> unix_timestamp(current_timestamp()) * 1000
             and t.enable = 1
             <if test="orgId != null and orgId != ''">
                 and t.org_id = #{orgId}