Эх сурвалжийг харах

新增stl计算文件日志

317699326@qq.com 1 сар өмнө
parent
commit
e8dc67f2f4

+ 1 - 0
services/edb_data_calculate_stl.go

@@ -552,6 +552,7 @@ print(output)
 	}
 	}
 
 
 	pythonCode = fmt.Sprintf(pythonCode, path, period, seasonal, trend, fraction, seasonalDeg, trendDeg, lowPassDeg, robustStr, toPath)
 	pythonCode = fmt.Sprintf(pythonCode, path, period, seasonal, trend, fraction, seasonalDeg, trendDeg, lowPassDeg, robustStr, toPath)
+	utils.FileLog.Info(pythonCode)
 	cmd := exec.Command(utils.PYTHON_PATH, "-c", pythonCode)
 	cmd := exec.Command(utils.PYTHON_PATH, "-c", pythonCode)
 	_, err = cmd.CombinedOutput()
 	_, err = cmd.CombinedOutput()
 	if err != nil {
 	if err != nil {