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