|
|
@@ -80,7 +80,7 @@ public class ProjectIrsManage { |
|
|
|
|
|
|
|
ResponseEntity<JSONObject> forEntity = restTemplate.getForEntity(url, JSONObject.class); |
|
|
|
JSONObject body = forEntity.getBody(); |
|
|
|
log.info("body :{}",body); |
|
|
|
|
|
|
|
JSONObject datas = body.getJSONObject("datas"); |
|
|
|
if(Objects.nonNull(datas)){ |
|
|
|
return datas; |
|
|
|