Ver a proveniência

更新

master
huangjiajun há 4 meses
ascendente
cometimento
ae79ed3b3a
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      svc/user_relative_network.go

+ 1
- 1
svc/user_relative_network.go Ver ficheiro

@@ -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,


Carregando…
Cancelar
Guardar