fix work moments bug

This commit is contained in:
wangchuxiao 2022-04-27 14:35:02 +08:00
parent 74ee36f43a
commit a1b8c9b6fd

View File

@ -267,7 +267,7 @@ func GetUserWorkMoments(c *gin.Context) {
UserID: comment.UserID, UserID: comment.UserID,
UserName: comment.UserName, UserName: comment.UserName,
ReplyUserID: comment.ReplyUserID, ReplyUserID: comment.ReplyUserID,
ReplyUserName: comment.ReplyUserID, ReplyUserName: comment.ReplyUserName,
ContentID: comment.ContentID, ContentID: comment.ContentID,
Content: comment.Content, Content: comment.Content,
CreateTime: comment.CreateTime, CreateTime: comment.CreateTime,
@ -350,7 +350,7 @@ func GetUserFriendWorkMoments(c *gin.Context) {
UserID: comment.UserID, UserID: comment.UserID,
UserName: comment.UserName, UserName: comment.UserName,
ReplyUserID: comment.ReplyUserID, ReplyUserID: comment.ReplyUserID,
ReplyUserName: comment.ReplyUserID, ReplyUserName: comment.ReplyUserName,
ContentID: comment.ContentID, ContentID: comment.ContentID,
Content: comment.Content, Content: comment.Content,
CreateTime: comment.CreateTime, CreateTime: comment.CreateTime,