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