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