Browse Source

exists条件修改

wangliang 4 năm trước cách đây
mục cha
commit
63596ed6c4

+ 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