tuoling805 преди 2 години
родител
ревизия
823143ac08
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -24,7 +24,7 @@ func Task() {
 func releaseTask() {
 
 	//同步指标
-	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 18 * * *", SyncHzDataIndex)
+	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
 	task.AddTask("syncHzDataIndex", syncHzDataIndex)
 
 	//刷新指标数据