Browse Source

Merge branch 'eta_2.4.2_area_graph_1216@guomengyuan' into debug

gmy 3 months ago
parent
commit
00f6773138
1 changed files with 1 additions and 2 deletions
  1. 1 2
      controllers/chart_info.go

+ 1 - 2
controllers/chart_info.go

@@ -236,8 +236,7 @@ func fillAreaGraphData(extraConfigStr string, edbDataList []*models.ChartEdbInfo
 			return
 		}
 		if tmpConfig.StandardEdbInfoId <= 0 {
-			errMsg = "面积图配置异常"
-			err = errors.New(errMsg)
+			utils.FileLog.Info("面积图未开启面积堆积")
 			return
 		}
 	}