|
|
@@ -165,9 +165,9 @@ public class AppIrsManage { |
|
|
|
|
|
|
|
log.info("查询应用目录 : {}",JSON.toJSONString(forEntity)); |
|
|
|
|
|
|
|
if(Objects.nonNull(forEntity.getBody()) && Objects.nonNull(forEntity.getBody().getDatas()) |
|
|
|
&& CollUtil.isNotEmpty(forEntity.getBody().getDatas().getApiApplySearchResult())){ |
|
|
|
return forEntity.getBody().getDatas().getApiApplySearchResult().get(0); |
|
|
|
if(Objects.nonNull(forEntity.getBody()) && Objects.nonNull(forEntity.getBody().getData()) |
|
|
|
&& CollUtil.isNotEmpty(forEntity.getBody().getData().getApiApplySearchResult())){ |
|
|
|
return forEntity.getBody().getData().getApiApplySearchResult().get(0); |
|
|
|
} |
|
|
|
return null; |
|
|
|
} |
|
|
@@ -186,9 +186,9 @@ public class AppIrsManage { |
|
|
|
|
|
|
|
log.info("查询应用目录 : {}",JSON.toJSONString(forEntity)); |
|
|
|
|
|
|
|
if(Objects.nonNull(forEntity.getBody()) && Objects.nonNull(forEntity.getBody().getDatas()) |
|
|
|
&& CollUtil.isNotEmpty(forEntity.getBody().getDatas().getApiApplySearchResult())){ |
|
|
|
return forEntity.getBody().getDatas().getApiApplySearchResult(); |
|
|
|
if(Objects.nonNull(forEntity.getBody()) && Objects.nonNull(forEntity.getBody().getData()) |
|
|
|
&& CollUtil.isNotEmpty(forEntity.getBody().getData().getApiApplySearchResult())){ |
|
|
|
return forEntity.getBody().getData().getApiApplySearchResult(); |
|
|
|
} |
|
|
|
return Collections.emptyList(); |
|
|
|
} |
|
|
|