fix work moments bug

pull/218/head
wangchuxiao 3 years ago
parent 74ee36f43a
commit a1b8c9b6fd

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

Loading…
Cancel
Save