Browse Source

内陆数据修复

ziwen 2 years ago
parent
commit
edc75ce1f3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      services/task.go

+ 3 - 3
services/task.go

@@ -15,9 +15,9 @@ func Task() {
 	//task.AddTask("中国煤炭网爬取", refreshCoal)
 	//task.StartTask()
 	//FileCoalJsm()
-	FileCoalFirm()
-	FileCoalCoastal()
-	//FileCoalInland()
+	//FileCoalFirm()
+	//FileCoalCoastal()
+	FileCoalInland()
 	fmt.Println("end crawler")
 }