Bladeren bron

exists条件修改

wangliang 4 jaren geleden
bovenliggende
commit
63596ed6c4
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      themis-business/src/main/resources/mapper/TEExamReexamMapper.xml

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

@@ -55,7 +55,6 @@
             <if test="identity != null and identity !=''">
                 and tees.identity like CONCAT('%', #{identity},'%')
             </if>
-            and tees.enable = 1
             and tee.monitor_status <![CDATA[ <> ]]> 'FINISHED'
         </where>
         ) t where t.examCount = 0 and statusCount = 0