@@ -130,7 +130,7 @@ func (this *EdbInfoController) EdbInfoSearch() {
br.ErrMsg = "获取当前账号的不可见指标配置失败,err:" + err.Error()
return
}
- if conf != nil {
+ if conf != nil && conf.EdbInfoId > 0 {
resp.Status = 3
} else {