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