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 }