From c68c0c9730a67ae69507ed862904c42290f770cd Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sun, 8 Oct 2023 18:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=85=AC=E4=BC=9A=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/sociaty/api_cross_refuse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sociaty/api_cross_refuse.go b/modules/sociaty/api_cross_refuse.go index c1ef0032f..00cce32ae 100644 --- a/modules/sociaty/api_cross_refuse.go +++ b/modules/sociaty/api_cross_refuse.go @@ -61,7 +61,7 @@ func (this *apiComp) Refuse(session comm.IUserSession, req *pb.SociatyRefuseReq) } // 已是公会成员 - if this.module.modelSociaty.isMember(uid, sociaty) { + if this.module.modelSociaty.isMember(req.Uid, sociaty) { errdata = &pb.ErrorData{ Code: pb.ErrorCode_SociatyAdded, Title: pb.ErrorCode_SociatyAdded.ToString(),