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