tag and set private tips

This commit is contained in:
wangchuxiao
2022-03-31 19:17:37 +08:00
parent 4390302384
commit bb267ccae7
3 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ func (s *officeServer) SendMsg2Tag(_ context.Context, req *pbOffice.SendMsg2TagR
log.NewError(req.OperationID, utils.GetSelfFuncName(), "GetUserNameByUserID failed", err.Error())
continue
}
tagSendLogs.Users = append(tagSendLogs.Users, db.TagUser{
tagSendLogs.UserList = append(tagSendLogs.UserList, db.TagUser{
UserID: userID,
UserName: userName,
})