Roc 1 anno fa
parent
commit
1fa3966c1c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      services/task.go

+ 1 - 0
services/task.go

@@ -26,6 +26,7 @@ func releaseTask() {
 	SyncBaseDataExt(nil)
 	RefreshData(nil)
 	SyncHzDataIndex(nil)
+	fmt.Println("end")
 	//同步指标
 	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
 	task.AddTask("syncHzDataIndex", syncHzDataIndex)