作者 郑周

1. 格式化优化

... ... @@ -99,7 +99,7 @@ func (rs *NodeTaskService) SendEvaluationNode() error {
task.NextSentAt = &nextTime
}
// 下个周期的起始时间=当前周期的截止时间
// 周期的截至时间=下一个周期的开始时间-1秒
if task.NextSentAt == nil {
cycleTimeEnd = maxTime
} else {
... ...