hsun %!s(int64=2) %!d(string=hai) anos
pai
achega
e4ad1bc787
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/chart_common.go

+ 1 - 1
controllers/chart_common.go

@@ -419,7 +419,7 @@ func (this *ChartController) CorrelationChartInfoRefresh() {
 	// 刷新相关性图表
 	if e := correlationServ.ChartInfoRefresh(chartInfo.ChartInfoId); e != nil {
 		br.Msg = "刷新失败"
-		br.ErrMsg = "刷新相关性图表失败, Err:" + err.Error()
+		br.ErrMsg = "刷新相关性图表失败, Err:" + e.Error()
 		return
 	}