Roc 1 年之前
父节点
当前提交
683b8135b3
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      services/task.go

+ 0 - 5
services/task.go

@@ -22,11 +22,6 @@ func Task() {
 
 // 生产环境需要走的任务
 func releaseTask() {
-	data.ResetEdbInfoIsUpdate(nil)
-	SyncBaseDataExt(nil)
-	RefreshData(nil)
-	SyncHzDataIndex(nil)
-	fmt.Println("end")
 	//同步指标
 	syncHzDataIndex := task.NewTask("syncHzDataIndex", "0 30 0,18,21 * * *", SyncHzDataIndex)
 	task.AddTask("syncHzDataIndex", syncHzDataIndex)