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