Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Independent
/
gim
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update
master
DengBiao
hace 1 año
padre
ec757fac62
commit
f84b492b8b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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.Get
ForBanned
(groupId)
if err != nil {
return nil, err
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar