From c67a937d40c216cceb2fa464e2d0cabef3f9809c Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 28 Mar 2022 18:53:57 +0800 Subject: [PATCH] tag --- internal/rpc/office/office.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/office/office.go b/internal/rpc/office/office.go index e180fb56d..8401a1c9f 100644 --- a/internal/rpc/office/office.go +++ b/internal/rpc/office/office.go @@ -178,7 +178,7 @@ func (s *officeServer) GetTagSendLogs(_ context.Context, req *pbOffice.GetTagSen resp.CommonResp.ErrCode = constant.ErrDB.ErrCode return resp, nil } - utils.CopyStructFields(resp.TagSendLogs, tagSendLogs) + utils.CopyStructFields(&resp.TagSendLogs, tagSendLogs) log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp.String()) return resp, nil }