diff --git a/internal/api/office/work_moments.go b/internal/api/office/work_moments.go index 4b1f211d5..0535feee5 100644 --- a/internal/api/office/work_moments.go +++ b/internal/api/office/work_moments.go @@ -267,7 +267,7 @@ func GetUserWorkMoments(c *gin.Context) { UserID: comment.UserID, UserName: comment.UserName, ReplyUserID: comment.ReplyUserID, - ReplyUserName: comment.ReplyUserID, + ReplyUserName: comment.ReplyUserName, ContentID: comment.ContentID, Content: comment.Content, CreateTime: comment.CreateTime, @@ -350,7 +350,7 @@ func GetUserFriendWorkMoments(c *gin.Context) { UserID: comment.UserID, UserName: comment.UserName, ReplyUserID: comment.ReplyUserID, - ReplyUserName: comment.ReplyUserID, + ReplyUserName: comment.ReplyUserName, ContentID: comment.ContentID, Content: comment.Content, CreateTime: comment.CreateTime,