Browse Source

返回参数处理

WH01243 9 months ago
parent
commit
c4ec036480
1 changed files with 1 additions and 1 deletions
  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 {