tuoling805 2 rokov pred
rodič
commit
823143ac08
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)
 
 	//刷新指标数据