zwxi 5 months ago
parent
commit
6b3a854588
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/bi_dashboard.go

+ 1 - 1
controllers/bi_dashboard.go

@@ -632,7 +632,7 @@ func (this *BIDaShboardController) PublicList() {
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "查询成功"
-	br.Data = publicList
+	br.Data = resp
 	return
 }