Explorar el Código

更新

master
huangjiajun hace 4 meses
padre
commit
ae79ed3b3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      svc/user_relative_network.go

+ 1
- 1
svc/user_relative_network.go Ver fichero

@@ -45,7 +45,7 @@ func UserRelativeNetwork(eg *xorm.Engine, uid, level int) (*[]md.UserRelation, e
return &userRelation, nil
}
func UserRelativeNetworkService(eg *xorm.Engine, uid, serviceUid, level int) (*[]md.UserRelation, error) {
var uids = []int{uid}
var uids = []int{serviceUid}
var userRelation = []md.UserRelation{
{
Uid: serviceUid,


Cargando…
Cancelar
Guardar