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