ziwen 1 rok temu
rodzic
commit
abc0aff9da
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -15,8 +15,8 @@ func Task() {
 	fmt.Println("start crawler")
 	//SyncRankingFromShangHai()
 	//SyncRankingFromIne()
-	FileCoalCoastal()
-	FileCoalInland()
+	//FileCoalCoastal()
+	//FileCoalInland()
 	refreshData := task.NewTask("refreshData", "0 0,30 16-18 * * *", RefreshData)
 	refreshEic := task.NewTask("RefreshEic", "0 0 2,6 * * *", RefreshEic)
 	refreshCoal := task.NewTask("RefreshCoal", "0 0,30 16-23 * * *", RefreshCoal)