Browse Source

feat:需求池337:STL趋势分解日度指标参数修改,新增Non-Trend指标

Roc 1 month ago
parent
commit
d314b39101
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data/stl/stl.go

+ 1 - 1
services/data/stl/stl.go

@@ -204,7 +204,7 @@ func GenerateStlEdbData(req *request.StlConfigReq, adminId int) (resp *response.
 	resp.ResidualChartInfo.Unit = edbInfo.Unit
 
 	// 季节性项+残差项
-	nonTrendName := fmt.Sprintf("%Non-Trend/F%g", edbInfo.EdbName, confReq.Fraction)
+	nonTrendName := fmt.Sprintf("%sNon-Trend/F%g", edbInfo.EdbName, confReq.Fraction)
 	resp.NonTrendChartInfo.DataList = nonTrendChartInfo.DataList
 	resp.NonTrendChartInfo.MaxData = nonTrendChartInfo.MaxData
 	resp.NonTrendChartInfo.MinData = nonTrendChartInfo.MinData