|
|
|
@ -245,7 +245,7 @@ func ReadESDoc(datasourceCode string, orgIDs []string, page int, begin string, c
|
|
|
|
|
//esDatas[k] = esData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return result, message, count, nil
|
|
|
|
|
return result, message, count, esDatas
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//func IsDatasourceExistsByCode(code string) bool {
|
|
|
|
|