Roc 11 сар өмнө
parent
commit
b342cc1e9c

+ 1 - 1
controllers/data_manage/edb_info.go

@@ -4015,7 +4015,7 @@ func (this *EdbInfoController) RelationEdbList() {
 
 	edbList := make([]*data_manage.ChartEdbInfoMapping, 0)
 
-	if len(edbList) > 0 {
+	if len(list) > 0 {
 
 		// 当前的分类
 		classifyMap := make(map[int]*data_manage.EdbClassify)