|
|
@ -2163,7 +2163,7 @@ public class InvoiceController { |
|
|
|
Gson gson = new Gson(); |
|
|
|
Gson gson = new Gson(); |
|
|
|
JsonObject jsonObject = gson.fromJson(data, JsonObject.class); |
|
|
|
JsonObject jsonObject = gson.fromJson(data, JsonObject.class); |
|
|
|
|
|
|
|
|
|
|
|
JsonArray fileItemList = jsonObject.getAsJsonArray("fileitemlist"); |
|
|
|
JsonArray fileItemList = jsonObject.getAsJsonArray("FILEITEMLIST"); |
|
|
|
|
|
|
|
|
|
|
|
String fileContent = ""; |
|
|
|
String fileContent = ""; |
|
|
|
if(!fileItemList.isEmpty()){ |
|
|
|
if(!fileItemList.isEmpty()){ |
|
|
|