cache rpc

This commit is contained in:
wangchuxiao
2022-04-25 20:20:34 +08:00
parent 9f9ebd838a
commit 08f968dced
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ func (s *officeServer) GetUserFriendWorkMoments(_ context.Context, req *pbOffice
return resp, nil
}
for _, friendID := range friendIDList {
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), *friendID)
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), friendID)
}
workMoments, err := db.DB.GetUserFriendWorkMoments(friendIDList, req.Pagination.ShowNumber, req.Pagination.PageNumber, req.UserID)
if err != nil {