@@ -160,7 +160,7 @@ func RefreshStlData(edbInfoId int) (msg string, err error) {
msg = "保存数据到Excel失败"
return
}
- defer os.Remove(loadFilePath)
+ //defer os.Remove(loadFilePath)
saveFilePath := exPath + "/" + strconv.Itoa(fromEdbInfo.SysUserId) + "_" + time.Now().Format(utils.FormatDateTimeUnSpace) + "_res" + ".xlsx"
err = execStlPythonCode(loadFilePath, saveFilePath, stlConfig.Period, stlConfig.Seasonal, stlConfig.Trend, stlConfig.TrendDeg, stlConfig.SeasonalDeg, stlConfig.LowPassDeg, stlConfig.Fraction, stlConfig.Robust)
if err != nil {