Commit 80137d5c authored by hujiebin's avatar hujiebin

Revert "临时处理"

This reverts commit c3d53ba5.
parent 81c74802
......@@ -891,12 +891,6 @@ func GetMicHasInGroupNum(model *domain.Model) (map[string]int64, error) {
if err != nil {
return nil, myerr.WrapErr(err)
}
// todo 临时处理
m := make(map[string]int64)
for _, v := range groupUuids {
m[v] = 10
}
return m, nil
//
resultGroupUuids := make(map[string]int64, len(groupUuids))
//循环lua判断是否, 最后的保证,(猜想:真正麦上有人的群没有很多)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment