Commit e633fb925da3caabd96f28db19f841205339d8a4
1 parent
949d5a1ced
Exists in
master
and in
1 other branch
resyncdata
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/InitReverseDataController.java
View file @
e633fb9
| ... | ... | @@ -71,9 +71,9 @@ | 
| 71 | 71 | post.setRequestBody(pairs); | 
| 72 | 72 | client.executeMethod(post); | 
| 73 | 73 | int statusCode = post.getStatusCode(); | 
| 74 | + String json = post.getResponseBodyAsString(); | |
| 74 | 75 | post.releaseConnection(); | 
| 75 | 76 | if (200 == statusCode) { | 
| 76 | - String json = post.getResponseBodyAsString(); | |
| 77 | 77 | List<String> synclist = JsonUtil.toList(json, String.class); | 
| 78 | 78 | sb.append(cla.getName()); | 
| 79 | 79 | sb.append(":"); |