Browse Source

Merge branch 'BI_Dashboard' into dm

zwxi 6 tháng trước cách đây
mục cha
commit
fde061071b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }