林颖晨 2 years ago
parent 93f346168c
commit 1c01273644
  1. 2
      psdc-business/src/main/resources/mapper/business/PsdcTimerMapper.xml

@ -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>
<if test="createStart != null and createStart != ''"><!-- 开始时间检索 -->

Loading…
Cancel
Save