Browse Source

内陆数据修复

ziwen 2 năm trước cách đây
mục cha
commit
edc75ce1f3
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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")
 }