wangliang 4 سال پیش
والد
کامیت
b8ec41640e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      themis-business/src/main/resources/mapper/TIeExamInvigilateCallMapper.xml

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

@@ -35,7 +35,7 @@
                 and tieic.call_status = #{callStatus}
             </if>
         </where>
-        <if test="callStatus != null and callStatus != '' and callStatus = 'START'">
+        <if test="callStatus != null and callStatus != '' and callStatus == 'START'">
             and (toer.status <![CDATA[ <> ]]> 'FINISHED' and toer.status <![CDATA[ <> ]]> 'PERSISTED')
         </if>
     </select>
@@ -71,7 +71,7 @@
                 and tieic.call_status = #{callStatus}
             </if>
         </where>
-        <if test="callStatus != null and callStatus != '' and callStatus = 'START'">
+        <if test="callStatus != null and callStatus != '' and callStatus == 'START'">
             and (toer.status <![CDATA[ <> ]]> 'FINISHED' and toer.status <![CDATA[ <> ]]> 'PERSISTED')
         </if>
     </select>