作者 郑周

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 {