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 {