WH01243 пре 9 месеци
родитељ
комит
c4ec036480
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/internal/service/owner.go

+ 1 - 1
api/internal/service/owner.go

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