huangjiajun 4 miesięcy temu
rodzic
commit
ae79ed3b3a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      svc/user_relative_network.go

+ 1
- 1
svc/user_relative_network.go Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz