ziwen 2 anni fa
parent
commit
bdb39302f9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -22,8 +22,8 @@ func Task() {
 	task.StartTask()
 	//FileCoalJsm()
 	//FileCoalFirm()
-	FileCoalCoastal()
-	//FileCoalInland()
+	//FileCoalCoastal()
+	FileCoalInland()
 	SyncRankingFromDalianSearch(0)
 	fmt.Println("end crawler")
 }