From e7c1747751123eebed06cca9e67d26e10975f762 Mon Sep 17 00:00:00 2001 From: wh_zcy Date: Thu, 1 Dec 2022 10:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/sociaty/module.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/sociaty/module.go b/modules/sociaty/module.go index e496053e8..71c588838 100644 --- a/modules/sociaty/module.go +++ b/modules/sociaty/module.go @@ -157,5 +157,6 @@ func (this *Sociaty) RpcGetSociaty(ctx context.Context, req *pb.RPCGeneralReqA1, this.Debug("Rpc_ModuleSociaty", log.Fields{"req": req}) sociaty := this.modelSociaty.getSociaty(req.Param1) *reply = *sociaty + log.Debug("跨服公会", log.Fields{"sociaty": reply}) return nil }