|
@@ -238,7 +238,7 @@ func YongyiDownloadWeekyly(cont context.Context) (err error) {
|
|
|
dataFileExsit = true
|
|
|
}
|
|
|
}
|
|
|
- filePath = fmt.Sprintf("%s-%s%s", utils.YongyiReadFilePath, startDate, endDate, "周度图表版图.xlsx")
|
|
|
+ filePath = fmt.Sprintf("%s-%s%s", startDate, endDate, "周度图表版图.xlsx")
|
|
|
filePath = filepath.Join(utils.YongyiReadFilePath, filePath)
|
|
|
fmt.Println("YongyiDownloadWeekyly: " + filePath)
|
|
|
_, e = os.Stat(filePath)
|