Browse Source

Merge branch 'pool/337' into debug

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

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

@@ -207,7 +207,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