From 4aa24af2fd4461cec841a91b7d7b9fcb8ecf271f Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 16 Oct 2023 16:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BD=93=E5=8A=9B=E7=BA=A2?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/reddot/api_getall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reddot/api_getall.go b/modules/reddot/api_getall.go index 04770a263..5fb9b3cca 100644 --- a/modules/reddot/api_getall.go +++ b/modules/reddot/api_getall.go @@ -61,7 +61,7 @@ func (this *apiComp) GetAll(session comm.IUserSession, req *pb.ReddotGetAllReq) reddot[int32(k)] = v } //用户 - for k, v := range this.module.ModuleUser.Reddot(session, comm.Reddot27101) { + for k, v := range this.module.ModuleUser.Reddot(session, comm.Reddot27101, comm.Reddot30100) { reddot[int32(k)] = v }