Roc 2 ヶ月 前
コミット
5dbc241ba6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      controllers/data_manage/edb_info.go

+ 1 - 1
controllers/data_manage/edb_info.go

@@ -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 {