diff --git a/svc/user_relative_network.go b/svc/user_relative_network.go index c66e533..49827a1 100644 --- a/svc/user_relative_network.go +++ b/svc/user_relative_network.go @@ -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,