|
@@ -1,7 +1,6 @@
|
|
package services
|
|
package services
|
|
|
|
|
|
import (
|
|
import (
|
|
- "eta/mysteel_watch/cache"
|
|
|
|
"eta/mysteel_watch/global"
|
|
"eta/mysteel_watch/global"
|
|
"eta/mysteel_watch/models/index"
|
|
"eta/mysteel_watch/models/index"
|
|
"eta/mysteel_watch/utils"
|
|
"eta/mysteel_watch/utils"
|
|
@@ -89,7 +88,8 @@ func IndexCreateCheckMerge() (err error) {
|
|
|
|
|
|
templateFile.DeleteComment(sheetName, "A1")
|
|
templateFile.DeleteComment(sheetName, "A1")
|
|
templateFile.AddComment(sheetName, "A1", commentResult)
|
|
templateFile.AddComment(sheetName, "A1", commentResult)
|
|
- templateFile.SetSheetRow(sheetName, "A1", "钢联数据")
|
|
|
|
|
|
+ //templateFile.SetSheetRow(sheetName, "A1", "钢联数据")
|
|
|
|
+ templateFile.SetCellStr(sheetName, "A1", "钢联数据")
|
|
}
|
|
}
|
|
|
|
|
|
if err = templateFile.SaveAs(mergeIndexCreateFilePath); err != nil {
|
|
if err = templateFile.SaveAs(mergeIndexCreateFilePath); err != nil {
|
|
@@ -100,6 +100,6 @@ func IndexCreateCheckMerge() (err error) {
|
|
|
|
|
|
defer templateFile.Close()
|
|
defer templateFile.Close()
|
|
time.Sleep(3 * time.Second)
|
|
time.Sleep(3 * time.Second)
|
|
- cache.IndexAutoRefresh(mergeIndexCreateFilePath)
|
|
|
|
|
|
+ AddIndexRefreshToLpush(mergeIndexCreateFilePath)
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|