Jelajahi Sumber

修改文件合并

longyu 2 tahun lalu
induk
melakukan
ff7c30a77d
1 mengubah file dengan 6 tambahan dan 3 penghapusan
  1. 6 3
      services/index_merge.go

+ 6 - 3
services/index_merge.go

@@ -94,7 +94,8 @@ func IndexYearMerge() {
 		templateFile.Close()
 	}
 	//刷新数据
-	MysteelChemicalRefresh(yearIndexFilePath)
+	//MysteelChemicalRefresh(yearIndexFilePath)
+	AddIndexRefreshToLpush(yearIndexFilePath)
 }
 
 //季度
@@ -153,7 +154,8 @@ func IndexSeasonMerge() {
 		templateFile.Close()
 	}
 	//刷新数据
-	MysteelChemicalRefresh(seasonIndexFilePath)
+	//MysteelChemicalRefresh(seasonIndexFilePath)
+	AddIndexRefreshToLpush(seasonIndexFilePath)
 }
 
 //月度
@@ -654,7 +656,8 @@ func indexMerge(frequency, filePre string, pageSize int) (err error) {
 		maxFileIndex += 1
 		time.Sleep(1 * time.Second)
 		//刷新数据
-		MysteelChemicalRefresh(mergeIndexFilePath)
+		//MysteelChemicalRefresh(mergeIndexFilePath)
+		AddIndexRefreshToLpush(mergeIndexFilePath)
 	}
 	return
 }