Ver Fonte

fix:调整权限返回

Roc há 11 meses atrás
pai
commit
b342cc1e9c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      controllers/data_manage/edb_info.go

+ 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)