zwxi 5 月之前
父節點
當前提交
8a48e73c2f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      controllers/bi_dashboard.go
  2. 1 1
      models/bi_dashboard/bi_dashboard_classify.go

+ 1 - 1
controllers/bi_dashboard.go

@@ -634,9 +634,9 @@ func (this *BIDaShboardController) PublicList() {
 					}
 				}
 
-				resp = append(resp, tmpItem)
 			}
 		}
+		resp = append(resp, tmpItem)
 	}
 
 	br.Ret = 200

+ 1 - 1
models/bi_dashboard/bi_dashboard_classify.go

@@ -117,4 +117,4 @@ type RespPublicGroupListItem struct {
 	AdminId       int    `description:"目录创建者账号ID"`
 	DashboardList []*BiDashboard
 	Children      []*RespPublicGroupListItem
-}
+}