|
|
|
@ -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,
|
|
|
|
|