Commit 3a8765a2 authored by wanghao's avatar wanghao

1测试上电断电操作

parent 5ee584e4
......@@ -104,7 +104,7 @@ public class DeviceTaskScheduler {
.build();
// 修复触发器配置:明确使用一次性触发器
Date executeTime = Date.from(Instant.now().plus(10, ChronoUnit.MINUTES));
Date executeTime = Date.from(Instant.now().plus(5, ChronoUnit.MINUTES));
SimpleTrigger newTrigger = TriggerBuilder.newTrigger()
.withIdentity(triggerKey)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment