@@ -1071,7 +1071,7 @@ func FindBusiness(endId int64, userId string) string {
"id": endId,
}, "", "")
if (*entInfo)["identity_info"] != nil {
- entMap := gconv.Map((*entInfo)["identityInfo"])
+ entMap := gconv.Map((*entInfo)["identity_info"])
businessStr = gconv.String(entMap["business"])
}
} else {