فهرست منبع

exists条件修改

wangliang 4 سال پیش
والد
کامیت
63596ed6c4
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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