Browse Source

fix:兼容滚动相关性

Roc 2 years ago
parent
commit
b60bd2ecc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart_common.go

+ 1 - 1
controllers/chart_common.go

@@ -87,7 +87,7 @@ func (this *ChartController) CommonChartInfoDetailFromUniqueCode() {
 		br.Success = true
 		br.Success = true
 		br.Msg = "获取成功"
 		br.Msg = "获取成功"
 		br.Data = resp
 		br.Data = resp
-	case utils.CHART_SOURCE_CORRELATION:
+	case utils.CHART_SOURCE_CORRELATION, utils.CHART_SOURCE_ROLLING_CORRELATION:
 		resp, isOk, msg, errMsg := GetCorrelationChartInfoDetailFromUniqueCode(chartInfo, key)
 		resp, isOk, msg, errMsg := GetCorrelationChartInfoDetailFromUniqueCode(chartInfo, key)
 		if !isOk {
 		if !isOk {
 			br.Msg = msg
 			br.Msg = msg