|
|
|
@ -2216,7 +2216,7 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
|
|
|
|
|
JSONObject snapshot = jsonObjectResponse.getJSONObject("Snapshot"); |
|
|
|
|
int responseVersion = snapshot.getInt("version"); |
|
|
|
|
if (responseVersion != version) { |
|
|
|
|
_log.error("Le versioni non corrispondono"); |
|
|
|
|
_log.error("Le versioni non corrispondono " + responseVersion + "/" + version); |
|
|
|
|
} |
|
|
|
|
JSONObject jsonFields = snapshot.getJSONObject("fields"); |
|
|
|
|
for (String hiddenField : PraticaUtil.getDettPraticaHiddenFields()) { |
|
|
|
@ -2239,6 +2239,7 @@ public class DettPraticaLocalServiceImpl extends DettPraticaLocalServiceBaseImpl
|
|
|
|
|
} else { |
|
|
|
|
_log.error(options.getLocation() + ": " + options.getResponse().getResponseCode()); |
|
|
|
|
} |
|
|
|
|
// return "{\"values\":[],\"Snapshot\":{\"version\":0,\"fields\":{}}}";
|
|
|
|
|
return StringPool.BLANK; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|