Commit c7278791 authored by hujiebin's avatar hujiebin

Revert "BatchGetAllMicUser"

This reverts commit 1c15a89a.
parent ee0e634d
...@@ -239,8 +239,6 @@ func GetAllMicUser(groupUuid string) ([]mysql.ID, error) { ...@@ -239,8 +239,6 @@ func GetAllMicUser(groupUuid string) ([]mysql.ID, error) {
// 批量获取多个房间里麦上的人 // 批量获取多个房间里麦上的人
func BatchGetAllMicUser(model *domain.Model, groupIds []string) (map[string][]mysql.ID, error) { func BatchGetAllMicUser(model *domain.Model, groupIds []string) (map[string][]mysql.ID, error) {
result := make(map[string][]mysql.ID, 0) result := make(map[string][]mysql.ID, 0)
// todo
return result, nil
if len(groupIds) <= 0 { if len(groupIds) <= 0 {
return result, nil return result, nil
} }
......
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