This commit is contained in:
wangchuxiao
2022-03-29 15:58:42 +08:00
parent 416f87f4bb
commit d0a65c7c68
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -165,6 +165,7 @@ func (s *officeServer) SendMsg2Tag(_ context.Context, req *pbOffice.SendMsg2TagR
}
groupUserIDList = append(groupUserIDList, userIDList...)
}
log.NewDebug(req.OperationID, utils.GetSelfFuncName(), groupUserIDList, req.GroupList)
var userIDList []string
userIDList = append(userIDList, tagUserIDList...)
userIDList = append(userIDList, groupUserIDList...)