Roc 2 years ago
parent
commit
761276f2e6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/base_from_wind.go

+ 2 - 1
controllers/base_from_wind.go

@@ -113,7 +113,8 @@ func (this *WindController) Refresh() {
 			if has {
 				br.Ret = 200
 				br.Success = true
-				br.Msg = "获取成功"
+				br.Msg = "该指标不再更新,系统自动过滤了"
+				return
 			}
 		}