This commit is contained in:
parent
da84164744
commit
0b28479c95
|
|
@ -160,7 +160,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<include refid="selectTaskInfoVo"/>
|
<include refid="selectTaskInfoVo"/>
|
||||||
where status = 'PENDING'
|
where status = 'PENDING'
|
||||||
and task_type in ('TIMED', 'CYCLE')
|
and task_type in ('TIMED', 'CYCLE')
|
||||||
and start_time <= now()
|
and start_time <= now()
|
||||||
and start_time > date_sub(now(), interval 5 minute)
|
and start_time > date_sub(now(), interval 5 minute)
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Loading…
Reference in New Issue