workMoments

This commit is contained in:
wangchuxiao
2022-04-19 16:33:44 +08:00
parent 3f287eb148
commit 3e5d9a394f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -475,6 +475,7 @@ func (s *officeServer) GetUserWorkMomentsCommentsMsg(_ context.Context, req *pbO
Comment: &comment,
WorkMomentID: commentMsg.WorkMomentID,
Content: commentMsg.WorkMomentContent,
UserID: req.UserID,
})
}
resp.Pagination = &pbCommon.ResponsePagination{CurrentPage: req.Pagination.PageNumber, ShowNumber: req.Pagination.ShowNumber}