Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
f84b492b8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      internal/logic/app/group_app.go

+ 1
- 1
internal/logic/app/group_app.go Ver fichero

@@ -218,7 +218,7 @@ func (*groupApp) SetGroupMemberBanned(ctx context.Context, optId, groupId int64,
}

// 查询被禁言的成员列表
group, err = repo.GroupRepo.Get(groupId)
group, err = repo.GroupRepo.GetForBanned(groupId)
if err != nil {
return nil, err
}


Cargando…
Cancelar
Guardar