正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -99,7 +99,7 @@ func (rs *NodeTaskService) SendEvaluationNode() error { | @@ -99,7 +99,7 @@ func (rs *NodeTaskService) SendEvaluationNode() error { | ||
99 | task.NextSentAt = &nextTime | 99 | task.NextSentAt = &nextTime |
100 | } | 100 | } |
101 | 101 | ||
102 | - // 下个周期的起始时间=当前周期的截止时间 | 102 | + // 周期的截至时间=下一个周期的开始时间-1秒 |
103 | if task.NextSentAt == nil { | 103 | if task.NextSentAt == nil { |
104 | cycleTimeEnd = maxTime | 104 | cycleTimeEnd = maxTime |
105 | } else { | 105 | } else { |
-
请 注册 或 登录 后发表评论