소스 검색

Merge branch 'BI_Dashboard' into dm

zwxi 7 달 전
부모
커밋
924a4b5e03
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
-}
+}