@ -80,7 +80,7 @@
<if test="controlContext != null and controlContext != ''">
and pt.control_context = #{controlContext}
</if>
<if test="timerStatus != null and timerStatus != ''">
<if test="timerStatus != null">
and pt.timer_status = #{timerStatus}
<if test="createStart != null and createStart != ''"><!-- 开始时间检索 -->