diff --git a/internal/rpc/office/office.go b/internal/rpc/office/office.go index e0ef89e43..17c8dc598 100644 --- a/internal/rpc/office/office.go +++ b/internal/rpc/office/office.go @@ -441,9 +441,9 @@ func (s *officeServer) CommentOneWorkMoment(_ context.Context, req *pbOffice.Com NotificationMsgType: constant.WorkMomentCommentNotification, WorkMomentID: workMoment.WorkMomentID, WorkMomentContent: workMoment.Content, - UserID: workMoment.UserID, - FaceURL: workMoment.FaceURL, - UserName: workMoment.UserName, + UserID: commentUser.UserID, + FaceURL: commentUser.FaceURL, + UserName: commentUser.Nickname, ReplyUserID: comment.ReplyUserID, ReplyUserName: comment.ReplyUserName, ContentID: comment.ContentID,