[이민권] 크래쉬 수정
This commit is contained in:
@ -546,7 +546,7 @@ func (sh *serviceDescription) linkinfo(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
platformName := "platform"
|
platformName := "platform"
|
||||||
links, err := sh.mongoClient.FindAll(CollectionAccount, bson.M{
|
links, err := sh.mongoClient.FindAll(CollectionLink, bson.M{
|
||||||
"accid": authInfo.Accid,
|
"accid": authInfo.Accid,
|
||||||
}, options.Find().SetLimit(sh.MaximumNumLinkAccount).SetProjection(bson.M{
|
}, options.Find().SetLimit(sh.MaximumNumLinkAccount).SetProjection(bson.M{
|
||||||
platformName: 1,
|
platformName: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user