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